IVsTextEditPerLanguage.AutoListParams 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 AutoListParams As Boolean
'Usage
Dim instance As IVsTextEditPerLanguage
Dim value As Boolean
value = instance.AutoListParams
instance.AutoListParams = value
bool AutoListParams { get; set; }
property bool AutoListParams {
bool get ();
void set (bool value);
}
function get AutoListParams () : boolean
function set AutoListParams (value : boolean)
Property Value
Type: System.Boolean
.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