DataCollectorConfigurationEditorTypeUriAttribute-Konstruktor
Initialisiert eine Instanz von DataCollectorConfigurationEditorTypeUriAttribute mithilfe des angegebenen URIs für den Typ des Konfigurations-Editors des Adapters für diagnostische Daten.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Sub New ( _
typeUri As String _
)
public DataCollectorConfigurationEditorTypeUriAttribute(
string typeUri
)
public:
DataCollectorConfigurationEditorTypeUriAttribute(
String^ typeUri
)
new :
typeUri:string -> DataCollectorConfigurationEditorTypeUriAttribute
public function DataCollectorConfigurationEditorTypeUriAttribute(
typeUri : String
)
Parameter
- typeUri
Typ: System.String
URI des Datensammler-Konfigurations-Editors.Kann nicht nullein Nullverweis (Nothing in Visual Basic) sein.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
DataCollectorConfigurationEditorTypeUriAttribute Klasse
Microsoft.VisualStudio.TestTools.Execution-Namespace
Weitere Ressourcen
Gewusst wie: Erstellen eines Adapters für diagnostische Daten