Builds a string array containing all subproperty
names that match one of the names in an array.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
---|
Public Function GetNames ( _
filteredNames As String() _
) As String() |
Visual C++ |
---|
public:
array<String^>^ GetNames(
array<String^>^ filteredNames
) |
Parameters
- filteredNames
- Type: array<System..::..String>[]()[][]
A list of valid subproperty names.
Return Value
A string array containing the names of all subproperties
that match an entry in the filterNames list.
See Also