DataViewPropertyDescriptor 생성자 (String, String, String, String)

새 인스턴스를 초기화는 DataViewPropertyDescriptor 속성을 가진 클래스 이름, 다른 버전의 설명을 표시 하기 위해, 범주 이름, 속성 이름입니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Public Sub New ( _
    name As String, _
    displayName As String, _
    category As String, _
    description As String _
)
public DataViewPropertyDescriptor(
    string name,
    string displayName,
    string category,
    string description
)
public:
DataViewPropertyDescriptor(
    String^ name, 
    String^ displayName, 
    String^ category, 
    String^ description
)
new : 
        name:string * 
        displayName:string * 
        category:string * 
        description:string -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    name : String, 
    displayName : String, 
    category : String, 
    description : String
)

매개 변수

  • name
    형식: String

    속성 이름입니다.

  • displayName
    형식: String

    속성의 표시 이름입니다. 이 매개 변수를 만드는 데는 DisplayNameAttribute.

  • category
    형식: String

    속성 (속성 표)를에서 그룹화 할 범주의 이름입니다. 이 매개 변수를 만드는 데는 CategoryAttribute.

  • description
    형식: String

    속성에 대한 설명입니다. 이 속성을 사용 하 여 만들 수 있는 DescriptionAttribute.

설명

이 생성자를 호출 하는 대리자는 DataViewPropertyDescriptor 생성자 및 가공 ReadOnlyAttribute.Default.IsReadOnly isReadOnly 매개 변수.

.NET Framework 보안

참고 항목

참조

DataViewPropertyDescriptor 클래스

DataViewPropertyDescriptor 오버로드

Microsoft.VisualStudio.Data.Framework 네임스페이스