IExtension.Content Property
The content in an extension.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaración
ReadOnly Property Content As IEnumerable(Of IExtensionContent)
IEnumerable<IExtensionContent> Content { get; }
property IEnumerable<IExtensionContent^>^ Content {
IEnumerable<IExtensionContent^>^ get ();
}
abstract Content : IEnumerable<IExtensionContent>
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.