PropertyDefinition.Create(Type, String) 方法

定義

建立屬性定義。

public:
 static Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition ^ Create(Type ^ componentType, System::String ^ propertyName);
public static Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition Create(Type componentType, string propertyName);
static member Create : Type * string -> Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
Public Shared Function Create (componentType As Type, propertyName As String) As IPropertyDefinition

參數

componentType
Type

元件類型。

propertyName
String

屬性名稱。

傳回

IPropertyDefinition 物件。

適用於