Share via


IVsExtensionManager.GetEnabledExtensionContentLocations Method (String)

Queries for a collection of the paths of all content of a particular type that is included in enabled extensions.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
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>

Parameters

  • contentTypeName
    Type: System.String
    The content type to filter the search by.

Return Value

Type: System.Collections.Generic.IEnumerable<String>
A collection of paths of extensions where contentTypeName corresponds to a child of the Content element of the VSIX manifest for the extension.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

.NET Framework Security

See Also

Reference

IVsExtensionManager Interface

GetEnabledExtensionContentLocations Overload

Microsoft.VisualStudio.ExtensionManager Namespace