IVsHelpAttributeList.UpdateAttributeStatus(Int32) Method

Definition

Updates the status of the attribute at the current index set by GetAttributeStatusIndex(Int32, Int32) or GetAttributeValue(Int32, ATTRVALUETYPE, String).

public:
 int UpdateAttributeStatus(int % afActive);
int UpdateAttributeStatus(int & afActive);
public int UpdateAttributeStatus (ref int afActive);
abstract member UpdateAttributeStatus : int -> int
Public Function UpdateAttributeStatus (ByRef afActive As Integer) As Integer

Parameters

afActive
Int32

[in] Pointer to a Boolean. Set to true if the attribute is active.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsHelpAttributeList::UpdateAttributeStatus(  
   [in] BOOL *afActive  
);  

Applies to