Share via


ProtoElementBase.ElementId Property

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

Syntax

'Declaration
Public ReadOnly Property ElementId As Guid
'Usage
Dim instance As ProtoElementBase 
Dim value As Guid 

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

ProtoElementBase Class

ProtoElementBase Members

Microsoft.VisualStudio.Modeling Namespace