FeatureConnectorInformation.PendingItems Property
Gets a list of context items 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 PendingItems As IEnumerable(Of Type)
Get
public abstract IEnumerable<Type> PendingItems { get; }
public:
virtual property IEnumerable<Type^>^ PendingItems {
IEnumerable<Type^>^ get () abstract;
}
abstract PendingItems : IEnumerable<Type>
abstract function get PendingItems () : IEnumerable<Type>
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
An enumeration of required context item 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
Microsoft.Windows.Design.Features Namespace