Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the URI that uniquely identifies the type of the diagnostic data adapter.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public ReadOnly Property TypeUri As String
public string TypeUri { get; }
public:
property String^ TypeUri {
String^ get ();
}
member TypeUri : string with get
function get TypeUri () : String
Property Value
Type: String
A string that contains the URI that uniquely identifies the type of the diagnostic data adapter.
.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
DataCollectorTypeUriAttribute Class
Microsoft.VisualStudio.TestTools.Execution Namespace