XamlRoot.UIContext 属性

定义

获取视图的上下文标识符。

public:
 property UIContext ^ UIContext { UIContext ^ get(); };
UIContext UIContext();
public UIContext UIContext { get; }
var uIContext = xamlRoot.uIContext;
Public ReadOnly Property UIContext As UIContext

属性值

视图的上下文标识符。

适用于