TextDocument.Type Property

Definition

Microsoft Internal Use Only.

public:
 property System::String ^ Type { System::String ^ get(); };
public:
 property Platform::String ^ Type { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(145)]
public string Type { [System.Runtime.InteropServices.DispId(145)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[System.Runtime.InteropServices.DispId(145)]
public string Type { [System.Runtime.InteropServices.DispId(145)] get; }
[<System.Runtime.InteropServices.DispId(145)>]
[<get: System.Runtime.InteropServices.DispId(145)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.Type : string
[<System.Runtime.InteropServices.DispId(145)>]
[<get: System.Runtime.InteropServices.DispId(145)>]
member this.Type : string
Public ReadOnly Property Type As String

Property Value

A CodeTypeRef object.

Attributes

Remarks

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

Applies to