PreviewWindowInfo.HelpContext プロパティ
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Property HelpContext As String
'使用
Dim instance As PreviewWindowInfo
Dim value As String
value = instance.HelpContext
instance.HelpContext = value
public string HelpContext { get; set; }
public:
property String^ HelpContext {
String^ get ();
void set (String^ value);
}
public function get HelpContext () : String
public function set HelpContext (value : String)
プロパティ値
型 : System.String