DataPackage.Services.PreviewChangesService Property

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

See Also

Reference

DataPackage.Services Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace