다음을 통해 공유


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

매개 변수