Validates the set.
[Visual Basic 6.0] Function ValidateSet(
ByVal Selection As ISet _
) As ISet
[Visual Basic .NET] Public Function ValidateSet ( _ ByVal Selection As ISet _ ) As ISet
[C#] public ISet ValidateSet ( ISet Selection );
[Java] public ISet validateSet ( ISet Selection ) throws IOException, AutomationException
[C++] HRESULT ValidateSet( ISet* Selection, ISet** invalidSet );
Parameters
Selection [in]
Selection is a parameter of type ISet
invalidSet [out, retval]
invalidSet is a parameter of type ISet