DataCollectorSettings.ConfigurationEditorTypeUri Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the type URI of the configuration editor.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public ReadOnly Property ConfigurationEditorTypeUri As Uri
Get
'Usage
Dim instance As DataCollectorSettings
Dim value As Uri
value = instance.ConfigurationEditorTypeUri
public Uri ConfigurationEditorTypeUri { get; }
public:
property Uri^ ConfigurationEditorTypeUri {
Uri^ get ();
}
member ConfigurationEditorTypeUri : Uri
function get ConfigurationEditorTypeUri () : Uri
Property Value
Type: System.Uri
A string containing the type URI of the configuration editor.
.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.