Share via


DocumentType.Custom(String) Method

Definition

Initializes a DocumentType value.

public static Microsoft.VisualStudio.Extensibility.Editor.DocumentType Custom (string value);
static member Custom : string -> Microsoft.VisualStudio.Extensibility.Editor.DocumentType
Public Shared Function Custom (value As String) As DocumentType

Parameters

value
String

The string value of DocumentType.

Returns

The DocumentType value.

Applies to