IProvideValueTarget Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that defines a target and property to which a value is provided.
public interface IProvideValueTarget
type IProvideValueTarget = interface
- Derived
Properties
TargetObject |
Gets the target object. |
TargetProperty |
Gets an object that identifies the target property. |