共用方式為


CodeDomDocDataAdapter.CompileUnit Property

Definition

Gets the entire compile unit in which the document data exists.

public:
 property System::CodeDom::CodeCompileUnit ^ CompileUnit { System::CodeDom::CodeCompileUnit ^ get(); };
public System.CodeDom.CodeCompileUnit CompileUnit { get; }
member this.CompileUnit : System.CodeDom.CodeCompileUnit
Public ReadOnly Property CompileUnit As CodeCompileUnit

Property Value

CodeCompileUnit, or null if the document data has not been set.

Applies to