ExtendedTypeDefinition.TypeNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of type names this set of format definitions applies to.
public:
property System::Collections::Generic::List<System::String ^> ^ TypeNames { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> TypeNames { get; }
member this.TypeNames : System.Collections.Generic.List<string>
Public ReadOnly Property TypeNames As List(Of String)