CodeDomDocDataAdapter::TypeDeclaration Property

 

Gets the code type declaration for this document.

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

public:
property CodeTypeDeclaration^ TypeDeclaration {
	virtual CodeTypeDeclaration^ get();
}

Property Value

Type: System.CodeDom::CodeTypeDeclaration^

The CodeTypeDeclaration, or the first one if there are multiple types in the document.

Return to top
Show: