IVsContainedLanguageCodeSupport::IsValidID Method (String^, Boolean)
Visual Studio 2015
Examines the provided ID to see if it is a valid identifier for the contained language.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- bstrID
-
Type:
System::String^
[in] An identifier of the contained language.
- pfIsValidID
-
Type:
System::Boolean
[out] Returns nonzero (TRUE) indicating the ID is valid; otherwise, returns zero (FALSE). (C++ only: this value is returned as a VARIANT_BOOL object.)
From singlefileeditor.idl:
HRESULT IsValidID(
[in] BSTR bstrID,
[out] VARIANT_BOOL* pfIsValidID
);
Show: