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)
'Usage
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>
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
FeatureConnectorInformation Class
FeatureConnectorInformation Members
Microsoft.Windows.Design.Features Namespace