Visual Basic (Declaration) | |
---|---|
Public Function ValidValues(Of T)( _ ByVal propertyName As String _ ) As T() |
C# | |
---|---|
public T[] ValidValues<T>( string propertyName ) |
C++/CLI | |
---|---|
public: array<T^>^ ValidValuesgeneric<typename T> ( String^ propertyName ) |
Parameters
- propertyName
- The property name.
Type Parameters
- T
- The type to convert the valid values to.
Return Value
An array of valid values.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)