IVsExtensionRepository.GetSubCategories 메서드 (Int32, String)
참고: 이 API는 이제 사용되지 않습니다.
Gets the subcategories of a root category.
네임스페이스: Microsoft.VisualStudio.ExtensionManager
어셈블리: Microsoft.VisualStudio.ExtensionManager(Microsoft.VisualStudio.ExtensionManager.dll)
구문
‘선언
<ObsoleteAttribute("This method is obsolete. Please use GetCategoryTree instead.", _
True)> _
Function GetSubCategories ( _
categoryId As Integer, _
cultureName As String _
) As IEnumerable(Of IRepositoryCategory)
[ObsoleteAttribute("This method is obsolete. Please use GetCategoryTree instead.",
true)]
IEnumerable<IRepositoryCategory> GetSubCategories(
int categoryId,
string cultureName
)
[ObsoleteAttribute(L"This method is obsolete. Please use GetCategoryTree instead.",
true)]
IEnumerable<IRepositoryCategory^>^ GetSubCategories(
int categoryId,
String^ cultureName
)
[<ObsoleteAttribute("This method is obsolete. Please use GetCategoryTree instead.",
true)>]
abstract GetSubCategories :
categoryId:int *
cultureName:string -> IEnumerable<IRepositoryCategory>
function GetSubCategories(
categoryId : int,
cultureName : String
) : IEnumerable<IRepositoryCategory>
매개 변수
categoryId
형식: Int32The Id of the root category to be queried.
cultureName
형식: StringThe current user interface (UI) culture.
반환 값
형식: IEnumerable<IRepositoryCategory>
A collection of IRepositoryCategory objects that represent the subcategories of the root category that is specified by categoryId.
설명
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.