Share via


MissingReferencesException.MissingReferences Property

The references that are required by the extension and are not present on the system.

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

Syntax

'Declaration
Public ReadOnly Property MissingReferences As IEnumerable(Of IExtensionReference)
    Get
public IEnumerable<IExtensionReference> MissingReferences { get; }
public:
property IEnumerable<IExtensionReference^>^ MissingReferences {
    IEnumerable<IExtensionReference^>^ get ();
}
member MissingReferences : IEnumerable<IExtensionReference>
function get MissingReferences () : IEnumerable<IExtensionReference>

Property Value

Type: System.Collections.Generic.IEnumerable<IExtensionReference>
A collection of IExtensionReference objects that represent the missing references.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

Missing references are any references that are required by the extension and are not present in any of the expected locations.

.NET Framework Security

See Also

Reference

MissingReferencesException Class

Microsoft.VisualStudio.ExtensionManager Namespace