共用方式為


ElementGroupPrototype.GetProtoElement 方法

取得對應至指定之 ID 的 ProtoElement。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Public Function GetProtoElement ( _
    id As Guid _
) As ProtoElement
public ProtoElement GetProtoElement(
    Guid id
)

參數

  • id
    類型:System.Guid
    來源 ProtoElement 的 ID。

傳回值

類型:Microsoft.VisualStudio.Modeling.ProtoElement
對應至指定的識別碼的 ProtoElement;如果找不到 ProtoElement,則為 null。

.NET Framework 安全性

請參閱

參考

ElementGroupPrototype 類別

Microsoft.VisualStudio.Modeling 命名空間