共用方式為


CodeDomDocDataAdapter.TypeDeclaration Property

Definition

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.

Applies to