IExtension.Header Property

Contains the metadata in the 'Identifier' node of an extension.

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

Syntax

'Declaration
ReadOnly Property Header As IExtensionHeader
    Get
IExtensionHeader Header { get; }
property IExtensionHeader^ Header {
    IExtensionHeader^ get ();
}
abstract Header : IExtensionHeader
function get Header () : IExtensionHeader

Property Value

Type: Microsoft.VisualStudio.ExtensionManager.IExtensionHeader
An IExtensionHeader object that contains the content of the Identifier 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

IExtension Interface

Microsoft.VisualStudio.ExtensionManager Namespace