'宣言 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
- フォーマットキー文字列。
戻り値の型
ExportProvider。見つからなかった場合は null。