LanguageService.CreateCodeWindowManager(IVsCodeWindow, Source) 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.
Bir CodeWindowManager sınıf oluşturur.
public:
virtual Microsoft::VisualStudio::Package::CodeWindowManager ^ CreateCodeWindowManager(Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ codeWindow, Microsoft::VisualStudio::Package::Source ^ source);
public virtual Microsoft.VisualStudio.Package.CodeWindowManager CreateCodeWindowManager (Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow codeWindow, Microsoft.VisualStudio.Package.Source source);
abstract member CreateCodeWindowManager : Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow * Microsoft.VisualStudio.Package.Source -> Microsoft.VisualStudio.Package.CodeWindowManager
override this.CreateCodeWindowManager : Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow * Microsoft.VisualStudio.Package.Source -> Microsoft.VisualStudio.Package.CodeWindowManager
Public Overridable Function CreateCodeWindowManager (codeWindow As IVsCodeWindow, source As Source) As CodeWindowManager
Parametreler
- codeWindow
- IVsCodeWindow
'ndaki IVsCodeWindow Bir kod penceresini temsil eden nesne.
Döndürülenler
Başarılı olursa, sınıfının bir örneğini döndürür CodeWindowManager ; Aksi takdirde, null bir değer döndürür.
Açıklamalar
Taban yöntemi her zaman bir sınıfın yeni bir örneğini döndürür CodeWindowManager . Öğesinden bir sınıf türetirsiniz CodeWindowManager , sınıfınızın bir örneğini döndürmek için bu yöntemi geçersiz kılmanız gerekir.