Metodo IVsContainedLanguageHost3.GetLineIndent
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.0 (in Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- lLineNumber
Tipo: Int32
- pbstrIndentString
Tipo: String%
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.