IVsHelpAttributeList::UpdateAttributeStatus Method (Int32)
Visual Studio 2015
Updates the status of the attribute at the current index set by GetAttributeStatusIndex or GetAttributeValue.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- afActive
-
Type:
System::Int32
[in] Pointer to a Boolean. Set to true if the attribute is active.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsHelpAttributeList::UpdateAttributeStatus(
[in] BOOL *afActive
);
Show: