共用方式為


ElementGroupPrototype.GetProtoLink 方法

取得對應於指定之 id 的 ProtoLink。

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

語法

'宣告
Public Function GetProtoLink ( _
    id As Guid _
) As ProtoLink
public ProtoLink GetProtoLink(
    Guid id
)

參數

  • id
    型別:System.Guid
    ProtoLink 來源的識別碼。

傳回值

型別:Microsoft.VisualStudio.Modeling.ProtoLink
對應至指定的識別碼 ; ProtoLink 如果找不到 ProtoLink 的 null。

.NET Framework 安全性

請參閱

參考

ElementGroupPrototype 類別

Microsoft.VisualStudio.Modeling 命名空間