RegisterTestTypeNoEditorAttribute.TestTypeNameId Property

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'宣言
Public ReadOnly Property TestTypeNameId As Integer
'使用
Dim instance As RegisterTestTypeNoEditorAttribute
Dim value As Integer

value = instance.TestTypeNameId
public int TestTypeNameId { get; }
public:
property int TestTypeNameId {
    int get ();
}
public function get TestTypeNameId () : int

Property Value

Type: System.Int32

Permissions

See Also

Reference

RegisterTestTypeNoEditorAttribute Class

RegisterTestTypeNoEditorAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace