Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
'Usage
Dim instance As FeatureConnectorInformation
Dim value As IEnumerable(Of Type)
value = instance.RequiredServices
public abstract IEnumerable<Type> RequiredServices { get; }
public:
virtual property IEnumerable<Type^>^ RequiredServices {
IEnumerable<Type^>^ get () abstract;
}
public 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
FeatureConnectorInformation Members
Microsoft.Windows.Design.Features Namespace