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
- id
Type: System.Guid
Return Value
Type: Microsoft.VisualStudio.Modeling.ProtoElement
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.