Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected ReadOnly Property Parent As StyleSet
'使用
Dim value As StyleSet
value = Me.Parent
protected StyleSet Parent { get; }
protected:
property StyleSet^ Parent {
StyleSet^ get ();
}
protected function get Parent () : StyleSet
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
Permissions
- 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.