Constants.vsDocumentKindText Field
A text document, opened with a text editor.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsDocumentKindText As String
public const string vsDocumentKindText
public:
literal String^ vsDocumentKindText
static val mutable vsDocumentKindText: string
public const var vsDocumentKindText : String
Remarks
Indicates the type of document that was opened.
.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.