共用方式為


ElementGroupPrototype.GetSourceRootElementId 方法

取得來源根 ModelElement 相對於指定的目標根 ModelElement id 的 id。如果沒有找到,則會傳回 Guid.Empty。

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

語法

'宣告
Public Function GetSourceRootElementId ( _
    targetRootElementId As Guid _
) As Guid
public Guid GetSourceRootElementId(
    Guid targetRootElementId
)

參數

  • targetRootElementId
    型別:System.Guid
    目標根目錄 ModelElement 的識別碼。

傳回值

型別:System.Guid
來源根 ModelElement 相對於指定的目標根 ModelElement id 的識別碼。

.NET Framework 安全性

請參閱

參考

ElementGroupPrototype 類別

Microsoft.VisualStudio.Modeling 命名空間