DataCollectorConfigurationEditorAttribute.TypeUri Property
Gets a URI that indicates the type of the editor.
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 URI that indicates the type of the 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.