Aracılığıyla paylaş


UITestPropertyDescriptor Oluşturucu (Type, String)

Yeni bir örneğini başlatır UITestPropertyDescriptor varsayılan okuma izinlerini kullanarak sınıf.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITesting
Derleme:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll içinde)

Sözdizimi

'Bildirim
Public Sub New ( _
    dataType As Type, _
    category As String _
)
public UITestPropertyDescriptor(
    Type dataType,
    string category
)
public:
UITestPropertyDescriptor(
    Type^ dataType, 
    String^ category
)
new : 
        dataType:Type * 
        category:string -> UITestPropertyDescriptor
public function UITestPropertyDescriptor(
    dataType : Type, 
    category : String
)

Parametreler

  • dataType
    Tür: System.Type
    Özellik değerinin veri türü.
  • category
    Tür: System.String
    Özelliğinin ait olduğu kategori.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UITestPropertyDescriptor Sınıf

UITestPropertyDescriptor Fazla Yük

Microsoft.VisualStudio.TestTools.UITesting Ad Alanı