Поделиться через


FeatureConnectorInformation.PendingServices - свойство

Обновлен: Ноябрь 2007

Возвращает список необходимых для функционального соединителя служб, недоступных в контексте редактирования.

Пространство имен:  Microsoft.Windows.Design.Features
Сборка:  Microsoft.Windows.Design.Extensibility (в Microsoft.Windows.Design.Extensibility.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property PendingServices As IEnumerable(Of Type)
'Применение
Dim instance As FeatureConnectorInformation
Dim value As IEnumerable(Of Type)

value = instance.PendingServices
public abstract IEnumerable<Type> PendingServices { get; }
public:
virtual property IEnumerable<Type^>^ PendingServices {
    IEnumerable<Type^>^ get () abstract;
}
public abstract function get PendingServices () : IEnumerable<Type>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<Type>
Перечисление необходимых типов служб, недоступных в контексте редактирования.

Разрешения

См. также

Ссылки

FeatureConnectorInformation Класс

FeatureConnectorInformation - члены

Microsoft.Windows.Design.Features - пространство имен

FeatureManager

FeatureProvider

FeatureConnectorAttribute

Другие ресурсы

Поставщики функций и соединительные элементы

Общее представление о расширяемости конструктора WPF