次の方法で共有


IExtension.Content Property

The content in an extension.

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

Syntax

'宣言
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

See Also

Reference

IExtension Interface

Microsoft.VisualStudio.ExtensionManager Namespace