'Declaration
<NotNullAttribute()> <UsedImplicitlyAttribute()> Protected Shared Function GetInterfaceNameValues() As TypeConverter.StandardValuesCollection
'Usage
Dim value As TypeConverter.StandardValuesCollection value = NetworkAddress.GetInterfaceNameValues()
[NotNull()] [UsedImplicitly()] protected static TypeConverter.StandardValuesCollection GetInterfaceNameValues()
[NotNull()] [UsedImplicitly()] protected: static TypeConverter.StandardValuesCollection^ GetInterfaceNameValues();
Return Value
A System.ComponentModel.TypeConverter.StandardValuesCollection containing a standard set of valid values.
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).