DataPackage.Services.PreviewChangesService 属性

获取用于重构 PreviewChanges 的服务。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.UI
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Public Shared ReadOnly Property PreviewChangesService As IVsPreviewChangesService
    Get
public static IVsPreviewChangesService PreviewChangesService { get; }
public:
static property IVsPreviewChangesService^ PreviewChangesService {
    IVsPreviewChangesService^ get ();
}
static member PreviewChangesService : IVsPreviewChangesService
static function get PreviewChangesService () : IVsPreviewChangesService

属性值

类型:Microsoft.VisualStudio.Shell.Interop.IVsPreviewChangesService

.NET Framework 安全性

请参见

参考

DataPackage.Services 类

Microsoft.VisualStudio.Data.Schema.Package.UI 命名空间