ModelExplorerTreeContainer.RootElementDomainClassId Property
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property RootElementDomainClassId As Guid
'Usage
Dim value As Guid
value = Me.RootElementDomainClassId
protected virtual Guid RootElementDomainClassId { get; }
protected:
virtual property Guid RootElementDomainClassId {
Guid get ();
}
protected function get RootElementDomainClassId () : Guid
Property Value
Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelExplorerTreeContainer Class