PreviewWindowInfo.HelpContext 属性

获取或设置此重构操作的帮助上下文。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Public Property HelpContext As String
    Get
    Set
public string HelpContext { get; set; }
public:
property String^ HelpContext {
    String^ get ();
    void set (String^ value);
}
member HelpContext : string with get, set
function get HelpContext () : String
function set HelpContext (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

PreviewWindowInfo 类

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空间