NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeNamespaceImportCollection.Add

Adds a namespace import to the collection.

[Visual Basic]
Public Sub Add( _
   ByVal value As CodeNamespaceImport _
)
[C#]
public void Add(
   CodeNamespaceImport value
);
[C++]
public: void Add(
   CodeNamespaceImport* value
);
[JScript]
public function Add(
   value : CodeNamespaceImport
);

Parameters

value
The CodeNamespaceImport to add to the collection.

See Also

CodeNamespaceImportCollection Class | CodeNamespaceImportCollection Members | System.CodeDOM Namespace | CodeNamespaceImport