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 value that indicates whether this property has any standard values.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property HasStandardValues As Boolean
Get
protected virtual bool HasStandardValues { get; }
protected:
virtual property bool HasStandardValues {
bool get ();
}
abstract HasStandardValues : bool
override HasStandardValues : bool
function get HasStandardValues () : boolean
Property Value
Type: System.Boolean
true if this property has any standard values; otherwise, false.
Remarks
The default implementation checks whether the StandardValues property returns a non-nulla null reference (Nothing in Visual Basic) collection with a count greater than 0.
.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
Microsoft.Windows.Design.PropertyEditing Namespace