GraphCategoryCollection.GetCategoriesBasedOn(GraphCategory) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取基于指定基本类别的所有类别的枚举。
public:
System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ GetCategoriesBasedOn(Microsoft::VisualStudio::GraphModel::GraphCategory ^ baseCategory);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphCategoryCollection/<GetCategoriesBasedOn>d__18))]
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> GetCategoriesBasedOn (Microsoft.VisualStudio.GraphModel.GraphCategory baseCategory);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphCategoryCollection/<GetCategoriesBasedOn>d__18))>]
member this.GetCategoriesBasedOn : Microsoft.VisualStudio.GraphModel.GraphCategory -> seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public Iterator Function GetCategoriesBasedOn (baseCategory As GraphCategory) As IEnumerable(Of GraphCategory)
参数
- baseCategory
- GraphCategory
要搜索的基本类别
返回
基于基本类别的类别包括基本类别本身
- 属性