共用方式為


ModelingDocData.RootElement 屬性

取得文件中的根項目。

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

語法

'宣告
Public ReadOnly Property RootElement As ModelElement
public ModelElement RootElement { get; }

屬性值

型別:Microsoft.VisualStudio.Modeling.ModelElement
根項目或文件代表模組化設計工具存放區中, nullnull 參考 (即 Visual Basic 中的 Nothing)。

備註

根項目會識別係授與文件的模組化設計工具儲存區的一節。 根據預設,根項目會是.dsl 檔案中的第一個項目。 網域模型項目通常是根項目。

.NET Framework 安全性

請參閱

參考

ModelingDocData 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間