ModelExplorerTreeContainer.CurrentParentElement 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 "资源管理器" 窗口中当前选定的模型元素的父级。 如果没有父级,则返回 null。
protected:
property Microsoft::VisualStudio::Modeling::ModelElement ^ CurrentParentElement { Microsoft::VisualStudio::Modeling::ModelElement ^ get(); };
protected Microsoft.VisualStudio.Modeling.ModelElement CurrentParentElement { get; }
member this.CurrentParentElement : Microsoft.VisualStudio.Modeling.ModelElement
Protected ReadOnly Property CurrentParentElement As ModelElement