'宣言 Public Function FindExportProviderByFormatKey( _ ByVal formatKey As System.String _ ) As ExportProvider
'使用法 Dim instance As ExportProviders Dim formatKey As System.String Dim value As ExportProvider value = instance.FindExportProviderByFormatKey(formatKey)
public ExportProvider FindExportProviderByFormatKey( System.string formatKey )
パラメータ
- formatKey
- The format key string.
戻り値の型
The ExportProvider, or null if none has been found.