ModelingEnumerationConverter.GetStandardValuesExclusive Method (ITypeDescriptorContext)
Indicates whether the collection of standard values returned from the GetStandardValues method is an exclusive list, by using the specified context.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
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
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
The format context.
Return Value
Type: System.Boolean
true if the collection of standard values is an exhaustive list of possible values; false if other values are possible.
Remarks
This method returns true in all cases.
By default, the culture parameter is ignored.
Notes to Inheritors
For more information, see the TypeConverter.GetStandardValuesExclusive method.
.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
ModelingEnumerationConverter Class
GetStandardValuesExclusive Overload