CodeDomDocDataAdapter::TypeDeclaration Property
Visual Studio 2015
Gets the code type declaration for this document.
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.
Show: