CodeWindowManager.LanguageService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the LanguageService object that created this code window manager
public:
property Microsoft::VisualStudio::Package::LanguageService ^ LanguageService { Microsoft::VisualStudio::Package::LanguageService ^ get(); };
public Microsoft.VisualStudio.Package.LanguageService LanguageService { get; }
member this.LanguageService : Microsoft.VisualStudio.Package.LanguageService
Public ReadOnly Property LanguageService As LanguageService
Property Value
Returns the LanguageService object given to the constructor.
Remarks
There must always be a LanguageService object associated with a CodeWindowManager object.