ILicensedClassManager::OnChangeInRequiredClasses Method (IRequireClasses^)
Visual Studio 2015
Outgoing interface for notification of changes in the list of required classes.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pirc
-
Type:
Microsoft.VisualStudio.Shell.Interop::IRequireClasses^
[in] Pointer to an IRequireClasses interface that provides a list of the required classes.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From objtext.idl:
HRESULT ILicensedClassManager::OnChangeInRequiredClasses(
[in] IRequireClasses* pirc
);
Show: