ISVGTests interface

Describes characteristics of elements that have the requiredFeatures, requiredExtensions, and systemLanguage attributes.

Members

The ISVGTests interface inherits from the IDispatch interface. ISVGTests also has these types of members:

  • Methods
  • Properties

Methods

The ISVGTests interface has these methods.

Method Description
ISVGTests::hasExtension

Determines if the specified extension is supported.

 

Properties

The ISVGTests interface has these properties.

Property Access type Description

ISVGTests::requiredExtensions

Read-only

Gets a white space-delimited list of required language extensions.

ISVGTests::requiredFeatures

Read-only

Gets or sets a white space-delimited list of feature strings.

ISVGTests::systemLanguage

Read-only

Gets or sets a comma-separated list of language names.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch