IExtensionContent Interface
Represents all of the metadata that is contained in the Content element of a VSIX manifest.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaración
Public Interface IExtensionContent
public interface IExtensionContent
public interface class IExtensionContent
type IExtensionContent = interface end
public interface IExtensionContent
The IExtensionContent type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdditionalElements | ||
Attributes | The attributes of the content. | |
ContentTypeName | The type of the content. | |
RelativePath | The path of the content that is relative to the root of the extension. |
Top
Remarks
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 VSX Schema for Extensions. For more information about extension deployment in general, see Visual Studio Extension Deployment.