IExtension.Content Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.Collections.Generic.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
- 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.