GhostShape.SourceParentId Property

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

Syntax

'宣言
Public ReadOnly Property SourceParentId As Guid
'使用
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

Permissions

See Also

Reference

GhostShape Class

GhostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace