IGuideDataProperty interface (bdatif.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The IGuideDataProperty interface represents the name, value, and language of a property associated with a service, program or schedule entry object.

Inheritance

The IGuideDataProperty interface inherits from the IUnknown interface. IGuideDataProperty also has these types of members:

Methods

The IGuideDataProperty interface has these methods.

 
IGuideDataProperty::get_Language

The get_Language method retrieves the language associated with the property.
IGuideDataProperty::get_Name

The get_Name method retrieves the name of the property.
IGuideDataProperty::get_Value

The get_Value method retrieves the value associated with the property.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IGuideDataProperty).

Requirements

   
Target Platform Windows
Header bdatif.h

See also

BDA Interfaces