ILicensedClassManager::OnChangeInRequiredClasses Method (IRequireClasses^)

 

Outgoing interface for notification of changes in the list of required classes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int OnChangeInRequiredClasses(
	IRequireClasses^ pirc
)

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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From objtext.idl:

HRESULT ILicensedClassManager::OnChangeInRequiredClasses(
   [in] IRequireClasses* pirc
);
Return to top
Show: