DataPackage.Services.PreviewChangesService Property

Gets the service for refactoring PreviewChanges.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared ReadOnly Property PreviewChangesService As IVsPreviewChangesService
    Get
'Usage
Dim value As IVsPreviewChangesService

value = DataPackage..::..Services.PreviewChangesService
public static IVsPreviewChangesService PreviewChangesService { get; }
public:
static property IVsPreviewChangesService^ PreviewChangesService {
    IVsPreviewChangesService^ get ();
}
static function get PreviewChangesService () : IVsPreviewChangesService
static member PreviewChangesService : IVsPreviewChangesService

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsPreviewChangesService

.NET Framework Security

See Also

Reference

DataPackage.Services Class

DataPackage.Services Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace