Share via


FeatureConnectorInformation.PendingItems Property

Gets a list of context items that are required by the feature connector, but are not yet available in the editing context.

Namespace:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property PendingItems As IEnumerable(Of Type)
    Get
public abstract IEnumerable<Type> PendingItems { get; }
public:
virtual property IEnumerable<Type^>^ PendingItems {
    IEnumerable<Type^>^ get () abstract;
}
abstract PendingItems : IEnumerable<Type>
abstract function get PendingItems () : IEnumerable<Type>

Property Value

Type: System.Collections.Generic.IEnumerable<Type>
An enumeration of required context item types that are not available in the editing context.

.NET Framework Security

See Also

Reference

FeatureConnectorInformation Class

Microsoft.Windows.Design.Features Namespace

FeatureManager

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility