GetObject 方法 (Int32)
Gets an object property.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Function GetObject ( _
propertyIndex As Integer _
) As Object
用法
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Object
returnValue = instance.GetObject(propertyIndex)
public Object GetObject(
int propertyIndex
)
public:
virtual Object^ GetObject(
int propertyIndex
) sealed
abstract GetObject :
propertyIndex:int -> Object
override GetObject :
propertyIndex:int -> Object
public final function GetObject(
propertyIndex : int
) : Object
参数
- propertyIndex
类型:System. . :: . .Int32
The property index.
返回值
类型:System. . :: . .Object
An object.