DependencyRequest 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
封装依赖项请求
[System.Runtime.InteropServices.ComVisible(false)]
public class DependencyRequest
[<System.Runtime.InteropServices.ComVisible(false)>]
type DependencyRequest = class
Public Class DependencyRequest
- 继承
-
DependencyRequest
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| DependencyRequest() |
默认构造器 |
属性
| 名称 | 说明 |
|---|---|
| ParentDependencies |
如果我们需要发现父依赖项而不是子依赖项,则为 true |
| Urns |
XPATHs 列表,它提供需要发现依赖项的对象列表 |