AutomationPeer.GetPositionInSet メソッド
定義
PositionInSet プロパティの値を取得しようとします。Attempts to get the value of the PositionInSet property.
public:
int GetPositionInSet();
public int GetPositionInSet ();
member this.GetPositionInSet : unit -> int
Public Function GetPositionInSet () As Integer
戻り値
PositionInSet プロパティの値。The value of the PositionInSet property.
例外
このメソッドのパブリック呼び出しが現在進行中です。A public call to this method is currently in progress.
注釈
別のパブリック呼び出しが進行中の場合は、このメソッドのパブリック呼び出しを実行できません。A public call to this method cannot be attempted if another public call is in progress.