IExtension.Content Property

The content in an extension.

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

Syntax

'Declaration
ReadOnly Property Content As IEnumerable(Of IExtensionContent)
IEnumerable<IExtensionContent> Content { get; }
property IEnumerable<IExtensionContent^>^ Content {
    IEnumerable<IExtensionContent^>^ get ();
}
abstract Content : IEnumerable<IExtensionContent> with get
function get Content () : IEnumerable<IExtensionContent>

Property Value

Type: IEnumerable<IExtensionContent>
A collection of IExtensionContent objects that represent the Content 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