Share via


RegisterTestTypeNoEditorAttribute.TestTypeNameId Property

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

Syntax

'Declaration
Public ReadOnly Property TestTypeNameId As Integer
'Usage
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

.NET Framework Security

See Also

Reference

RegisterTestTypeNoEditorAttribute Class

RegisterTestTypeNoEditorAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace