DatabaseProjectBuildActionConverter.GetStandardValuesExclusive-Methode (ITypeDescriptorContext)

Gibt an, ob für den Benutzer nur die Eingabe von Aktionen zulässig ist, die in der Liste enthalten sind.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overrides Function GetStandardValuesExclusive ( _
    context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesExclusive(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesExclusive(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool 
override GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool 
public override function GetStandardValuesExclusive(
    context : ITypeDescriptorContext
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
Diese Basisklasse gibt immer true zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseProjectBuildActionConverter Klasse

GetStandardValuesExclusive-Überladung

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace