共用方式為


GetProperty 方法

Gets a property definition in the definition store.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Shared Function GetProperty ( _
    index As Integer _
) As IPropertyDefinition
'用途
Dim index As Integer
Dim returnValue As IPropertyDefinition

returnValue = DefinitionStore.GetProperty(index)
public static IPropertyDefinition GetProperty(
    int index
)
public:
static IPropertyDefinition^ GetProperty(
    int index
)
static member GetProperty : 
        index:int -> IPropertyDefinition 
public static function GetProperty(
    index : int
) : IPropertyDefinition

參數