다음을 통해 공유


GetObject 메서드 (Int32)

Gets an object property.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
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

매개 변수

반환 값

형식: System. . :: . .Object
An object.

구현

IPropertyStore. . :: . .GetObject(Int32)