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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RegisterTestTypeNoEditorAttribute Class