IVsTextEditPerLanguage Interface
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
<GuidAttribute("5943BD7E-D722-42DB-A251-FE2ADD8711EA")> _
Public Interface IVsTextEditPerLanguage
[GuidAttribute("5943BD7E-D722-42DB-A251-FE2ADD8711EA")]
public interface IVsTextEditPerLanguage
[GuidAttribute(L"5943BD7E-D722-42DB-A251-FE2ADD8711EA")]
public interface class IVsTextEditPerLanguage
[<GuidAttribute("5943BD7E-D722-42DB-A251-FE2ADD8711EA")>]
type IVsTextEditPerLanguage = interface end
public interface IVsTextEditPerLanguage
The IVsTextEditPerLanguage type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoListMembers | Infrastructure. Microsoft Internal Use Only. | |
AutoListParams | Infrastructure. Microsoft Internal Use Only. | |
EnableLeftClickForURLs | Infrastructure. Microsoft Internal Use Only. | |
HideAdvancedMembers | Infrastructure. Microsoft Internal Use Only. | |
IndentSize | Infrastructure. Microsoft Internal Use Only. | |
IndentStyle | Infrastructure. Microsoft Internal Use Only. | |
InsertTabs | Infrastructure. Microsoft Internal Use Only. | |
ShowLineNumbers | Infrastructure. Microsoft Internal Use Only. | |
ShowNavigationBar | Infrastructure. Microsoft Internal Use Only. | |
TabSize | Infrastructure. Microsoft Internal Use Only. | |
VirtualSpace | Infrastructure. Microsoft Internal Use Only. | |
WordWrap | Infrastructure. Microsoft Internal Use Only. |
Top