DocumentReferenceCollection.Add(DocumentReference) method [SDM]
| SDM Reference |
DocumentReferenceCollection.Add(DocumentReference)
Adds the specified document to this DocumentReferenceCollection.
public void Add(
DocumentReference reference );
Public Sub Add( _
ByVal reference As DocumentReference _
)
Parameters
- reference
Document reference to add to the collection.
Return Values
This method has no return values.
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
| Last updated: November 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |