DisplayModeInfo.IsWireFormatSupported(DisplayWireFormat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索一个布尔值,该值指示 DisplayModeInfo 是否支持指定的格式。
public:
virtual bool IsWireFormatSupported(DisplayWireFormat ^ wireFormat) = IsWireFormatSupported;
bool IsWireFormatSupported(DisplayWireFormat const& wireFormat);
public bool IsWireFormatSupported(DisplayWireFormat wireFormat);
function isWireFormatSupported(wireFormat)
Public Function IsWireFormatSupported (wireFormat As DisplayWireFormat) As Boolean
参数
- wireFormat
- DisplayWireFormat
返回
Boolean
bool
true
如果支持格式,则为 ;否则为 false
。