Метод RemoveObject

Removes an object property.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Sub RemoveObject ( _
    propertyIndex As Integer _
)
'Применение
Dim instance As PropertyStore
Dim propertyIndex As Integer

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

Параметры

Реализует интерфейс

IPropertyStore. . :: . .RemoveObject(Int32)