Share via


CodeDomDocDataAdapter.CompileUnit Property

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

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public ReadOnly Property CompileUnit As CodeCompileUnit
public CodeCompileUnit CompileUnit { get; }
public:
property CodeCompileUnit^ CompileUnit {
    CodeCompileUnit^ get ();
}
member CompileUnit : CodeCompileUnit with get
function get CompileUnit () : CodeCompileUnit

Property Value

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

Remarks

Since this method causes the CodeCompileUnit to be cached, it adds an event handler to listen for changes to the document data and then reset the compile unit.

.NET Framework Security

See Also

Reference

CodeDomDocDataAdapter Class

Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace