CodeDomDocDataAdapter.TypeDeclaration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the code type declaration for this document.
public:
virtual property System::CodeDom::CodeTypeDeclaration ^ TypeDeclaration { System::CodeDom::CodeTypeDeclaration ^ get(); };
public virtual System.CodeDom.CodeTypeDeclaration TypeDeclaration { get; }
member this.TypeDeclaration : System.CodeDom.CodeTypeDeclaration
Public Overridable ReadOnly Property TypeDeclaration As CodeTypeDeclaration
Property Value
The CodeTypeDeclaration, or the first one if there are multiple types in the document.