Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.