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.