PropertyDefinition.Create 方法

Creates a property definition.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Shared Function Create ( _
    componentType As Type, _
    propertyName As String _
) As IPropertyDefinition
用法
Dim componentType As Type
Dim propertyName As String
Dim returnValue As IPropertyDefinition

returnValue = PropertyDefinition.Create(componentType, _
    propertyName)
public static IPropertyDefinition Create(
    Type componentType,
    string propertyName
)
public:
static IPropertyDefinition^ Create(
    Type^ componentType, 
    String^ propertyName
)
static member Create : 
        componentType:Type * 
        propertyName:string -> IPropertyDefinition 
public static function Create(
    componentType : Type, 
    propertyName : String
) : IPropertyDefinition

参数

  • componentType
    类型:System.Type
    The component type.