NoDocumentAssociatedUri Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |