次の方法で共有


IMultipleViewProvider.CurrentView プロパティ

定義

現在のコントロールに固有のビューを取得します。

public:
 property int CurrentView { int get(); };
int CurrentView();
public int CurrentView { get; }
var int32 = iMultipleViewProvider.currentView;
Public ReadOnly Property CurrentView As Integer

プロパティ値

Int32

int

UI オートメーション要素の現在のビューのビュー識別子。

適用対象