CDataSectionElementsCollection.Remove Method (string, string)CDataSectionElementsCollection.Remove Method (String, String)CDataSectionElementsCollection::Remove Method (String^, String^)

Syntax

Public Function Remove( _
    localName As String, _
    ns As String _
) As Boolean
public bool Remove(
    string localName,
    string ns
)
public:
bool Remove(
    String^ localName, 
    String^ ns
)
 

Parameters

localName

Type: System.StringSystem.StringSystem::String^

The local part of the qualified name to remove.

ns

Type: System.StringSystem.StringSystem::String^

The namespace of the qualified name to remove.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the qualified name was removed, or falseFalsefalse if no such name exists in the collection.