Share via


FeatureConnectorInformation.PendingServices Property

Gets a list of services 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 PendingServices As IEnumerable(Of Type)
    Get
public abstract IEnumerable<Type> PendingServices { get; }
public:
virtual property IEnumerable<Type^>^ PendingServices {
    IEnumerable<Type^>^ get () abstract;
}
abstract PendingServices : IEnumerable<Type>
abstract function get PendingServices () : IEnumerable<Type>

Property Value

Type: System.Collections.Generic.IEnumerable<Type>
An enumeration of required service 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