共用方式為


IVsExtensionManager.GetEnabledExtensionContentLocations 方法 (String)

執行查詢,集合會包含在已啟用擴充功能的特定類型的所有內容的路徑。

命名空間:  Microsoft.VisualStudio.ExtensionManager
組件:  Microsoft.VisualStudio.ExtensionManager (在 Microsoft.VisualStudio.ExtensionManager.dll 中)

語法

'宣告
Function GetEnabledExtensionContentLocations ( _
    contentTypeName As String _
) As IEnumerable(Of String)
IEnumerable<string> GetEnabledExtensionContentLocations(
    string contentTypeName
)
IEnumerable<String^>^ GetEnabledExtensionContentLocations(
    String^ contentTypeName
)
abstract GetEnabledExtensionContentLocations : 
        contentTypeName:string -> IEnumerable<string> 
function GetEnabledExtensionContentLocations(
    contentTypeName : String
) : IEnumerable<String>

參數

  • contentTypeName
    類型:String

    若要篩選的搜尋內容的型別。

傳回值

類型:IEnumerable<String>
一系列的擴充程式的路徑位置contentTypeName與相對應的子系內容副檔名的 VSIX 資訊清單中的項目。

備註

雖然這個 API 支援擴充管理員的基礎結構,建議您不要使用它因為它有可能變更。

.NET Framework 安全性

請參閱

參考

IVsExtensionManager 介面

GetEnabledExtensionContentLocations 多載

Microsoft.VisualStudio.ExtensionManager 命名空間