DependencyRequest Class
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.
encapsulates a dependency request
[System.Runtime.InteropServices.ComVisible(false)]
public class DependencyRequest
[<System.Runtime.InteropServices.ComVisible(false)>]
type DependencyRequest = class
Public Class DependencyRequest
- Inheritance
-
DependencyRequest
- Attributes
Constructors
DependencyRequest() |
default constructor |
Properties
ParentDependencies |
true if we need to discover parent dependencies as opposed to children dependencies |
Urns |
list of XPATHs which gives the list of object for which we need to discover dependencies |