TextDocument.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
string Type { get; }
property String^ Type {
    String^ get ();
}
abstract Type : string with get
function get Type () : String

Property Value

Type: System.String
A CodeTypeRef object.

Remarks

Type may return Nothing for languages that have a notion of a default type.

.NET Framework Security

See Also

Reference

TextDocument Interface

EnvDTE Namespace