ElementGroup.SourceContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此 ElementGroup 的 source ElementGroup 上下文对象
public:
property Microsoft::VisualStudio::Modeling::ElementGroupContext ^ SourceContext { Microsoft::VisualStudio::Modeling::ElementGroupContext ^ get(); };
public Microsoft.VisualStudio.Modeling.ElementGroupContext SourceContext { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.SourceContext : Microsoft.VisualStudio.Modeling.ElementGroupContext
Public ReadOnly Property SourceContext As ElementGroupContext
属性值
此元素组的源 ElementGroupContext 对象
- 属性