Compartilhar via


NoDocumentAssociatedUri Class

Definition

Representation of an Uri that can be used to specify a diagnostic collection is not associated with any document.

public ref class NoDocumentAssociatedUri sealed : Uri
public sealed class NoDocumentAssociatedUri : Uri
type NoDocumentAssociatedUri = class
    inherit Uri
Public NotInheritable Class NoDocumentAssociatedUri
Inherits Uri
Inheritance
NoDocumentAssociatedUri

Remarks

Introduced in DiagnosticManagerBroadcastService.

Fields

Instance

Instance of an Uri that is used to represent a diagnostic collection that is not associated to any document.

StringRepresentation

Gets string representation of an the no documented associated Uri. Can be used to create an instance of Uri class which is equivalent to the instance of this type. Note: The actual string representation can change and is an implementation detail.

Applies to