PrintDocument for WinForms
Item(String) プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportProviders クラス > Item プロパティ : Item(String) プロパティ
The default file extension associated with the export format.
Gets the ExportProvider with the specified default file extension (see ExportProvider.DefaultExtension).
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal extension As System.String _
) As ExportProvider
'使用法
 
Dim instance As ExportProviders
Dim extension As System.String
Dim value As ExportProvider
 
value = instance.Item(extension)
public ExportProvider Item( 
   System.string extension
) {get;}

パラメータ

extension
The default file extension associated with the export format.

プロパティ値

The ExportProvider that has the specified default extension, or null if no such provider exists in the current collection.
参照

ExportProviders クラス
ExportProviders メンバ
オーバーロード一覧