IVsProjectDesignerPage.SupportsMultipleValueUndo 方法

确定给定属性支持并发获取和设置多个值。

命名空间:  Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
程序集:  Microsoft.VisualStudio.ManagedInterfaces(在 Microsoft.VisualStudio.ManagedInterfaces.dll 中)

语法

声明
Function SupportsMultipleValueUndo ( _
    propertyName As String _
) As Boolean
bool SupportsMultipleValueUndo(
    string propertyName
)

参数

返回值

类型:System.Boolean
true ,如果给定属性支持并发获取和设置多个值。

备注

,并在多个配置用户时,选择应同时设置多个值来支持撤消和重做操作。 此函数应始终返回给定属性 (即,它象一个值不依赖于多个配置当前是否正在传递给 [M:Microsoft.VisualStudio.OLE.Interop.IPropertyPage.SetObjects(System.Uint32cObjects,System.Object[]ppunk)],但是,此属性是否支持多个值撤消/重做操作)。

.NET Framework 安全性

请参见

参考

IVsProjectDesignerPage 接口

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间