Поделиться через


RefactoringOperation.PreviewWindowInfo Property

Gets the preview window information.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property PreviewWindowInfo As PreviewWindowInfo
protected abstract PreviewWindowInfo PreviewWindowInfo { get; }
protected:
virtual property PreviewWindowInfo^ PreviewWindowInfo {
    PreviewWindowInfo^ get () abstract;
}
abstract PreviewWindowInfo : PreviewWindowInfo
abstract function get PreviewWindowInfo () : PreviewWindowInfo

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.PreviewWindowInfo

Remarks

Preview window information includes the window title, description, confirm button text, warning text, and so on.

.NET Framework Security

See Also

Reference

RefactoringOperation Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace