CodeDomDocDataAdapter.CompileUnit 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 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.