Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.0 (in Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Syntax
'Declaration
Sub GetLineIndent ( _
    lLineNumber As Integer, _
    <OutAttribute> ByRef pbstrIndentString As String _
)
void GetLineIndent(
    int lLineNumber,
    out string pbstrIndentString
)
void GetLineIndent(
    [InAttribute] int lLineNumber, 
    [OutAttribute] String^% pbstrIndentString
)
abstract GetLineIndent : 
        lLineNumber:int * 
        pbstrIndentString:string byref -> unit
function GetLineIndent(
    lLineNumber : int, 
    pbstrIndentString : String
)
Parameters
- lLineNumber
Type: System.Int32 
- pbstrIndentString
Type: System.String% 
.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.