IExtensionContent Interface

 

Represents all of the metadata that is contained in the element of a VSIX manifest.

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

public interface class IExtensionContent

NameDescription
System_CAPS_pubpropertyAdditionalElements

System_CAPS_pubpropertyAttributes

The attributes of the content.

System_CAPS_pubpropertyContentTypeName

The type of the content.

System_CAPS_pubpropertyRelativePath

The path of the content that is relative to the root of the extension.

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

For more information about VSIX manifests, see VSIX Extension Schema 1.0 Reference. For more information about extension deployment in general, see PAVE Visual Studio Extension Deployment.

Return to top
Show: