TypeNames Property (SchemaLocator)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets all type names in the schema dictionary.
public IEnumerable<string> TypeNames {get;}
public:
property IEnumerable<String^>^ TypeNames {
IEnumerable<String^>^ get();
}