LanguageService.GetOrCreateSource(IVsTextLines) Yöntem

Tanım

Varsa kaynağı alır, aksi takdirde bir tane oluşturur.

public:
 Microsoft::VisualStudio::Package::Source ^ GetOrCreateSource(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ buffer);
public Microsoft.VisualStudio.Package.Source GetOrCreateSource (Microsoft.VisualStudio.TextManager.Interop.IVsTextLines buffer);
member this.GetOrCreateSource : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines -> Microsoft.VisualStudio.Package.Source
Public Function GetOrCreateSource (buffer As IVsTextLines) As Source

Parametreler

buffer
IVsTextLines

Arabellek.

Döndürülenler

Source

Kaynak.

Şunlara uygulanır