PreviewWindowInfo.Title プロパティ

[変更のプレビュー] ダイアログ ボックスのキャプションのテキストを取得または設定します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Property Title As String
'使用
Dim instance As PreviewWindowInfo
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
public function get Title () : String
public function set Title (value : String)

プロパティ値

型 : System.String
[変更のプレビュー] ダイアログ ボックスのキャプションに表示される [System.String]。

参照

参照

PreviewWindowInfo クラス

PreviewWindowInfo メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間