Sdílet prostřednictvím


FeatureConnectorInformation.PendingServices – vlastnost

Získá seznam služeb, které jsou požadovány funkce konektor, ale ještě nejsou k dispozici v rámci úpravy.

Obor názvů:  Microsoft.Windows.Design.Features
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<Type>
Výčet typů požadované služby, které nejsou k dispozici v rámci úpravy.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

FeatureConnectorInformation Třída

Microsoft.Windows.Design.Features – obor názvů

FeatureManager

FeatureProvider

FeatureConnectorAttribute

Další zdroje

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility