FeatureConnectorInformation.RequiredItems Property
Gets a list of context items 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 RequiredItems As IEnumerable(Of Type)
Get
public abstract IEnumerable<Type> RequiredItems { get; }
public:
virtual property IEnumerable<Type^>^ RequiredItems {
IEnumerable<Type^>^ get () abstract;
}
abstract RequiredItems : IEnumerable<Type>
abstract function get RequiredItems () : IEnumerable<Type>
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
An enumeration of required context item types that must be available in the editing context before the feature connector is created.
.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