PreviewWindowInfo.Warning プロパティ
リファクタリング操作の省略可能な警告テキストを取得または設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Property Warning As String
'使用
Dim instance As PreviewWindowInfo
Dim value As String
value = instance.Warning
instance.Warning = value
public string Warning { get; set; }
public:
property String^ Warning {
String^ get ();
void set (String^ value);
}
public function get Warning () : String
public function set Warning (value : String)
プロパティ値
型 : System.String
表示される [System.String]。