IVsExtensionRepository.GetCategoryTree 方法 (String, Guid, Int32, Int32)
命名空間: Microsoft.VisualStudio.ExtensionManager
組件: Microsoft.VisualStudio.ExtensionManager (在 Microsoft.VisualStudio.ExtensionManager.dll 中)
語法
'宣告
Function GetCategoryTree ( _
searchSource As String, _
categoryId As Guid, _
level As Integer, _
lcid As Integer _
) As IRepositoryCategory
IRepositoryCategory GetCategoryTree(
string searchSource,
Guid categoryId,
int level,
int lcid
)
IRepositoryCategory^ GetCategoryTree(
String^ searchSource,
Guid categoryId,
int level,
int lcid
)
abstract GetCategoryTree :
searchSource:string *
categoryId:Guid *
level:int *
lcid:int -> IRepositoryCategory
function GetCategoryTree(
searchSource : String,
categoryId : Guid,
level : int,
lcid : int
) : IRepositoryCategory
參數
- searchSource
類型:String
- categoryId
類型:Guid
- level
類型:Int32
- lcid
類型:Int32
傳回值
類型:Microsoft.VisualStudio.ExtensionManager.IRepositoryCategory
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。