A SchemaStringCollection object is returned. The collection contains the pattern facets defined for the data type being queried.
Each string in the collection is a pattern construction. This construction uses a special regular expression language for its creation. The content value must match this pattern to be considered valid. For more information about the pattern facet, see Data Type Facets.
var objPatterns = oISchemaType.patterns;
None.
pattern facets for the data type.Set objPatterns = oISchemaType.patterns
None.
pattern facets for the data type.HRESULT get_patterns(ISchemaStringCollection** patterns);
pattern facets for the data type.patterns parameter is NULL.To view reference information for Visual Basic or C/C++ only, click the Language Filter button 
 in the upper-left corner of the page.
Note If the facet is not used, the property will return an empty string collection.
Data Type Facets | Parts of Data Types
Applies to: ISchemaType Interface