Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace