PreviewWindowInfo.Title 属性

获取或设置此重构操作的预览对话框标题。

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

PreviewWindowInfo 类

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