次の方法で共有


PropertyManager.Position プロパティ

このメンバは BindingManagerBase.Position をオーバーライドします。

構文

'宣言
Public Overrides Property Position As Integer
'使用
Dim instance As PropertyManager
Dim value As Integer

value = instance.Position

instance.Position = value
public override int Position { get; set; }
public:
virtual property int Position {
    int get () override;
    void set (int value) override;
}
/** @property */
public int get_Position ()

/** @property */
public void set_Position (int value)
public override function get Position () : int

public override function set Position (value : int)

バージョン情報

.NET Framework

サポート対象 : 2.0、1.1、1.0

.NET Compact Framework

サポート対象 : 2.0、1.0

参照

関連項目

PropertyManager クラス
PropertyManager メンバ
System.Windows.Forms 名前空間