IVsContainedLanguageHost3.GetLineIndent, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.12.0 (dans Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- lLineNumber
Type : Int32
- pbstrIndentString
Type : String%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.