VsTextLineStorageClass.Storage_SetLanguageServiceID(Guid) Method
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.
Sets the language service for the storage.
public:
virtual int Storage_SetLanguageServiceID(Guid % guidLangService) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_SetLanguageServiceID;
public:
virtual int Storage_SetLanguageServiceID(Guid % guidLangService);
public virtual int Storage_SetLanguageServiceID (ref Guid guidLangService);
abstract member Storage_SetLanguageServiceID : Guid -> int
override this.Storage_SetLanguageServiceID : Guid -> int
Public Overridable Function Storage_SetLanguageServiceID (ByRef guidLangService As Guid) As Integer
Parameters
- guidLangService
- Guid
[in] The GUID of the language service.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.