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 service to refactor PreviewChanges.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property PreviewChangesService As IVsPreviewChangesService
public static IVsPreviewChangesService PreviewChangesService { get; }
public:
static property IVsPreviewChangesService^ PreviewChangesService {
IVsPreviewChangesService^ get ();
}
static member PreviewChangesService : IVsPreviewChangesService
static function get PreviewChangesService () : IVsPreviewChangesService
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsPreviewChangesService
.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.