ClipboardData.Version プロパティ

定義

クリップボードから渡されたバージョン情報を取得または設定します。

public:
 property System::String ^ Version { System::String ^ get(); void set(System::String ^ value); };
public string Version { get; set; }
member this.Version : string with get, set
Public Property Version As String

プロパティ値

クリップボードから渡されたバージョン情報。

適用対象