Share via


Document.Type Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property Type As String
'Usage
Dim instance As Document 
Dim value As String 

value = instance.Type
string Type { get; }
property String^ Type {
    String^ get ();
}
function get Type () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Document Interface

Document Members

EnvDTE Namespace