DiagramItem.Parent Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As DiagramItem
'Usage
Dim instance As DiagramItem
Dim value As DiagramItem
value = instance.Parent
public DiagramItem Parent { get; }
public:
property DiagramItem^ Parent {
DiagramItem^ get ();
}
public function get Parent () : DiagramItem
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
.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.