ISmartIndentProvider.CreateSmartIndent(ITextView) Yöntem

Tanım

ISmartIndentVerilen için bir nesne oluşturur ITextView .

public:
 Microsoft::VisualStudio::Text::Editor::ISmartIndent ^ CreateSmartIndent(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public Microsoft.VisualStudio.Text.Editor.ISmartIndent CreateSmartIndent (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member CreateSmartIndent : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.Editor.ISmartIndent
Public Function CreateSmartIndent (textView As ITextView) As ISmartIndent

Parametreler

textView
ITextView

ITextViewÜzerinde ISmartIndent gezinme.

Döndürülenler

ISmartIndent

Geçerli bir ISmartIndent . Bu değer hiçbir şekilde nullolmaz.

Özel durumlar

textViewnull.

Şunlara uygulanır