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