'宣言 Public Function IndexByExportProviderFormatKey( _ ByVal exportProviderFormatKey As System.String _ ) As System.Integer
'使用法 Dim instance As ExportOptions Dim exportProviderFormatKey As System.String Dim value As System.Integer value = instance.IndexByExportProviderFormatKey(exportProviderFormatKey)
public System.int IndexByExportProviderFormatKey( System.string exportProviderFormatKey )
パラメータ
- exportProviderFormatKey
- ExportProvider.FormatKey プロパティの値。
戻り値の型
現在の ExportOptionsで指定されたエクスポートプロバイダのインデックス、または -1(見つからない場合)。