Remove Method of the DocumentReferenceCollection Object

Removes the specified document from this collection of document references. This method also unloads the reference if it is currently loaded.

public void Remove(DocumentReferencereference);
Public Sub Remove( _
  ByVal reference As DocumentReference _
)

Parameters

  • reference
    Document to remove from the references.

Return Value

This method does not return a value.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Tools.

Assembly

Requires SdmCompile (in SdmCompile.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Tools
DocumentReferenceCollection

Send comments about this topic to Microsoft

Build date: 9/5/2007