Condividi tramite


IAnimationComposerSite interface

Provides methods to support the animation composer site.

Members

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

  • Methods

Methods

The IAnimationComposerSite interface has these methods.

Method Description
addFragment

Adds a fragment to the composer site. Consults the registered composer factories to find the proper composer.

enumerateFragments

Enumerates the fragments on the composer registered for the given attribute name.

insertFragment

Inserts a fragment into the composer site at the specified index.

registerComposerFactory

Registers a new composer factory with this site.

removeFragment

Removes a fragment from the composer site.

unregisterComposerFactory

Unregisters a composer factory on this site.

 

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Mstime.h

IDL

Mstime.idl

DLL

Mstime.dll

See also

IDispatch