Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function OnChangeInRequiredClasses ( _
pirc As IRequireClasses _
) As Integer
int OnChangeInRequiredClasses(
IRequireClasses pirc
)
int OnChangeInRequiredClasses(
[InAttribute] IRequireClasses^ pirc
)
abstract OnChangeInRequiredClasses :
pirc:IRequireClasses -> int
function OnChangeInRequiredClasses(
pirc : IRequireClasses
) : int
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.
Remarks
COM Signature
From objtext.idl:
HRESULT ILicensedClassManager::OnChangeInRequiredClasses(
[in] IRequireClasses* pirc
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.