This document is archived and information here might be outdated. Recommended version. |
The FID set used to filter results.
[Visual Basic .NET] Public Property FIDSet As IFIDSet
[C#] public IFIDSet FIDSet {get; set;}
[C++]
HRESULT get_FIDSet(
IFIDSet** FIDSet
);
[C++]
HRESULT putref_FIDSet(
IFIDSet* FIDSet
);
[C++]
Parameters FIDSet [out, retval]
FIDSet is a parameter of type IFIDSet** FIDSet [in]
FIDSet is a parameter of type IFIDSet*