CodeDomDocDataAdapter::TypeNamespace Property

 

Gets the code namespace for this document.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property CodeNamespace^ TypeNamespace {
	virtual CodeNamespace^ get();
}

Property Value

Type: System.CodeDom::CodeNamespace^

The CodeNamespace, or the first one if there are multiple types in the project.

Return to top
Show: