Bitmap for UWP
IsInterfaceSupported(Type) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DXGI 名前空間 > Adapter クラス > IsInterfaceSupported メソッド : IsInterfaceSupported(Type) メソッド
The GUID of the interface of the device version for which support is being checked. For example, typeof(ID3D10Device).GUID.
Checks to see if a device interface for a graphics component is supported by the system.
シンタックス
'宣言
 
Public Overloads Function IsInterfaceSupported( _
   ByVal type As System.Type _
) As System.Boolean
public System.bool IsInterfaceSupported( 
   System.Type type
)

パラメータ

type
The GUID of the interface of the device version for which support is being checked. For example, typeof(ID3D10Device).GUID.

戻り値の型

trueif the interface is supported; otherwise, false.
参照

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