Share via


GhostShape.SourceParentId Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property SourceParentId As Guid
'Usage
Dim instance As GhostShape 
Dim value As Guid 

value = instance.SourceParentId
public Guid SourceParentId { get; }
public:
property Guid SourceParentId {
    Guid get ();
}
public function get SourceParentId () : Guid

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

GhostShape Class

GhostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace