IVsTextEditPerLanguage.IndentStyle 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
Property IndentStyle As vsIndentStyle
'Usage
Dim instance As IVsTextEditPerLanguage
Dim value As vsIndentStyle
value = instance.IndentStyle
instance.IndentStyle = value
vsIndentStyle IndentStyle { get; set; }
property vsIndentStyle IndentStyle {
vsIndentStyle get ();
void set (vsIndentStyle value);
}
function get IndentStyle () : vsIndentStyle
function set IndentStyle (value : vsIndentStyle)
Property Value
Type: EnvDTE.vsIndentStyle
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsTextEditPerLanguage Interface