RemoveBoolean 方法

Removes a Boolean property.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Sub RemoveBoolean ( _
    propertyIndex As Integer _
)
用法
Dim instance As PropertyStore
Dim propertyIndex As Integer

instance.RemoveBoolean(propertyIndex)
public void RemoveBoolean(
    int propertyIndex
)
public:
virtual void RemoveBoolean(
    int propertyIndex
) sealed
abstract RemoveBoolean : 
        propertyIndex:int -> unit 
override RemoveBoolean : 
        propertyIndex:int -> unit 
public final function RemoveBoolean(
    propertyIndex : int
)

参数

实现

IPropertyStore. . :: . .RemoveBoolean(Int32)