ISmartIndent.GetDesiredIndentation(ITextSnapshotLine) Yöntem

Tanım

İçin istenen Girintiyi alır ITextSnapshotLine .

public:
 Nullable<int> GetDesiredIndentation(Microsoft::VisualStudio::Text::ITextSnapshotLine ^ line);
public int? GetDesiredIndentation (Microsoft.VisualStudio.Text.ITextSnapshotLine line);
abstract member GetDesiredIndentation : Microsoft.VisualStudio.Text.ITextSnapshotLine -> Nullable<int>
Public Function GetDesiredIndentation (line As ITextSnapshotLine) As Nullable(Of Integer)

Parametreler

line
ITextSnapshotLine

Girintide hesaplama yapılacak çizgi.

Döndürülenler

Nullable<Int32>

Satırın başlangıcında yerleştirilecek boşluk sayısı veya istenen girintileme yoksa null.

Şunlara uygulanır