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)

public:
property CodeCompileUnit^ CompileUnit {
	CodeCompileUnit^ get();
}

Property Value

Type: System.CodeDom::CodeCompileUnit^

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

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.

Return to top
Show: