LanguageService.LastActiveTextView Özellik

Tanım

Bu dil hizmetiyle ilişkili son etkin metin görünümünü döndürür.

public:
 property Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ LastActiveTextView { Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ get(); };
public:
 property Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ LastActiveTextView { Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ get(); };
public Microsoft.VisualStudio.TextManager.Interop.IVsTextView LastActiveTextView { get; }
member this.LastActiveTextView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Public ReadOnly Property LastActiveTextView As IVsTextView

Özellik Değeri

IVsTextView

Bir arabirim tarafından temsil edilen son etkin metin görünümünü döndürür IVsTextView ; Aksi takdirde, null bir değer döndürür.

Açıklamalar

Bu yardımcı özelliği genellikle ' dan çağrılır SynchronizeDropdowns , Close ancak son etkin metin görünümünün gerektiği her yerde çağrılabilir.

Şunlara uygulanır