Menu

Retrieves the specified IAppVerifierProperty object from the collection.

Copy Code
HRESULT 
    get_Item
   (
    BSTR  
    bstrPropertyId
  ,
    IAppVerifierProperty**  
    ppProperty
  
);

Parameters

bstrPropertyId

[in] Identifier for the property to retrieve.

ppProperty

[out] Points to the property object.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_FAIL

The method failed.

E_POINTER

Pointer is invalid.

See Also