ModelExplorerTreeContainer.CurrentParentElement 属性

定义

返回 "资源管理器" 窗口中当前选定的模型元素的父级。 如果没有父级,则返回 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

属性值

ModelElement

适用于