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
- 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.Project.Common.UI Namespace