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
参数
- index
类型:System. . :: . .Int32