Share via


GhostShape.SourceId Property

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

Syntax

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

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

GhostShape Class

GhostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace