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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。