Share via


IExtension.Header Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
IExtensionHeader Header { get; }
property IExtensionHeader^ Header {
    IExtensionHeader^ get ();
}
abstract Header : IExtensionHeader with get
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