FeatureConnectorInformation.RequiredServices Property
Gets a list of services 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 RequiredServices As IEnumerable(Of Type)
Get
public abstract IEnumerable<Type> RequiredServices { get; }
public:
virtual property IEnumerable<Type^>^ RequiredServices {
IEnumerable<Type^>^ get () abstract;
}
abstract RequiredServices : IEnumerable<Type>
abstract function get RequiredServices () : IEnumerable<Type>
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
An enumeration of required service 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