IRepositoryCategory.Children 属性

当前 IRepositoryCategory的子类别。

命名空间:  Microsoft.VisualStudio.ExtensionManager
程序集:  Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)

语法

声明
ReadOnly Property Children As IEnumerable(Of IRepositoryCategory)
IEnumerable<IRepositoryCategory> Children { get; }
property IEnumerable<IRepositoryCategory^>^ Children {
    IEnumerable<IRepositoryCategory^>^ get ();
}
abstract Children : IEnumerable<IRepositoryCategory> with get
function get Children () : IEnumerable<IRepositoryCategory>

属性值

类型:IEnumerable<IRepositoryCategory>
IRepositoryCategory 对象的集合表示当前 IRepositoryCategory的子级。

备注

尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。

.NET Framework 安全性

请参阅

参考

IRepositoryCategory 接口

Microsoft.VisualStudio.ExtensionManager 命名空间