ElementGroupPrototype.GetProtoElement Method

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

Syntax

'宣言
Public Function GetProtoElement ( _
    id As Guid _
) As ProtoElement
'使用
Dim instance As ElementGroupPrototype
Dim id As Guid
Dim returnValue As ProtoElement

returnValue = instance.GetProtoElement(id)
public ProtoElement GetProtoElement(
    Guid id
)
public:
ProtoElement^ GetProtoElement(
    Guid id
)
public function GetProtoElement(
    id : Guid
) : ProtoElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ProtoElement

Permissions

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Members

Microsoft.VisualStudio.Modeling Namespace