TextDocument.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.