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
vsIndentStyle IndentStyle { get; set; }
property vsIndentStyle IndentStyle {
vsIndentStyle get ();
void set (vsIndentStyle value);
}
abstract IndentStyle : vsIndentStyle with get, set
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.