ISfcDiscoverObject 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.
The ISfcDiscoverObject interface is implemented on all SfcInstanced-derived objects and is used to ask an individual object to report all known relationships in or out of the object for the dependency discovery engine. The object will automatically be marked as discovered by the dependency system upon return.
public interface ISfcDiscoverObject
type ISfcDiscoverObject = interface
Public Interface ISfcDiscoverObject
- Derived
Methods
Discover(ISfcDependencyDiscoveryObjectSink) |
Allow the object to indicate relationships for dependency discovery requests via the passed sink. |