RemoveProperty メソッド

プロパティを削除します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Sub RemoveProperty ( _
    propertyIndex As Integer _
)
'使用
Dim instance As PropertyStore
Dim propertyIndex As Integer

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

パラメーター

実装

IPropertyStore. . :: . .RemoveProperty(Int32)