Condividi tramite


DocumentType.Implicit Operator

Definition

Overloads

Implicit(DocumentType to String)

Implicitly converts a DocumentType to a string.

Implicit(String to DocumentType)

Implicitly converts a string to a DocumentType.

Implicit(DocumentType to String)

Implicitly converts a DocumentType to a string.

public static implicit operator string (Microsoft.VisualStudio.Extensibility.Editor.DocumentType value);
static member op_Implicit : Microsoft.VisualStudio.Extensibility.Editor.DocumentType -> string
Public Shared Widening Operator CType (value As DocumentType) As String

Parameters

value
DocumentType

The DocumentType to be converted.

Returns

Applies to

Implicit(String to DocumentType)

Implicitly converts a string to a DocumentType.

public static implicit operator Microsoft.VisualStudio.Extensibility.Editor.DocumentType (string value);
static member op_Implicit : string -> Microsoft.VisualStudio.Extensibility.Editor.DocumentType
Public Shared Widening Operator CType (value As String) As DocumentType

Parameters

value
String

The string value of DocumentType.

Returns

Applies to