ISmartIndentProvider.CreateSmartIndent(ITextView) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Geçerli bir ISmartIndent . Bu değer hiçbir şekilde nullolmaz.
Özel durumlar
textViewnull.