Método IVsContainedLanguageHost3.GetLineIndent
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.0 (em Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- lLineNumber
Tipo: Int32
- pbstrIndentString
Tipo: String%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.