Manager.CheckDeviceFormat メソッド
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
 構文
構文Public Shared Function CheckDeviceFormat ( _ adapter As Integer, _ deviceType As DeviceType, _ adapterFormat As Format, _ usage As Usage, _ resourceType As ResourceType, _ checkFormat As Format _ ) As Boolean
Dim adapter As Integer Dim deviceType As DeviceType Dim adapterFormat As Format Dim usage As Usage Dim resourceType As ResourceType Dim checkFormat As Format Dim returnValue As Boolean returnValue = Manager.CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat)
public static bool CheckDeviceFormat ( int adapter, DeviceType deviceType, Format adapterFormat, Usage usage, ResourceType resourceType, Format checkFormat )
public: static bool CheckDeviceFormat ( int adapter, DeviceType deviceType, Format adapterFormat, Usage usage, ResourceType resourceType, Format checkFormat )
public static boolean CheckDeviceFormat ( int adapter, DeviceType deviceType, Format adapterFormat, Usage usage, ResourceType resourceType, Format checkFormat )
public static function CheckDeviceFormat ( adapter : int, deviceType : DeviceType, adapterFormat : Format, usage : Usage, resourceType : ResourceType, checkFormat : Format ) : boolean
- adapter
- 照会するディスプレイ アダプタを示す序数。AdapterListCollection.Default は、常にプライマリ ディスプレイ アダプタです。 
- usage
- サーフェイスに対して要求された使用オプション。使用オプションは、Usage 列挙値を任意に組み合わせたものです (CheckDeviceFormat には Usage 値のサブセットのみが有効)。詳細については、「Usage」を参照してください。 
メソッドが成功した場合は true。それ以外の場合は false。
 使用例
使用例 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォームWindows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照Weblioに収録されているすべての辞書からManager.CheckDeviceFormat メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からManager.CheckDeviceFormat メソッド
                    を検索
                     全ての辞書からManager.CheckDeviceFormat メソッド
                    を検索
                - Manager.CheckDeviceFormat メソッドのページへのリンク

 
                             
                    


