CSVSettings.GetForceQualifierTypes Method

/// Retrieve a hashset containing the list of types that require text qualifiers, or null if this /// feature is not used in this settings definition ///
Public Function GetForceQualifierTypes() As Dictionary(Of Type, Integer)
This language is not supported or no code example is available.
public Dictionary<Type, int> GetForceQualifierTypes()
This language is not supported or no code example is available.
public:  
Dictionary<Type^, int^>^ GetForceQualifierTypes()
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Return Value

Dictionary<Type, int>
Exception type Condition

NotImplementedException

NotImplementedException

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition