Share via


FeatureConnectorInformation.RequiredServices Property

Gets a list of services the feature connector requires.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IEnumerable<Type>
An enumeration of required service types that must be available in the editing context before the feature connector is created.

.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