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 indicating whether there are standard values for this property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property HasStandardValues As Boolean
'Usage
Dim value As Boolean
value = Me.HasStandardValues
protected virtual bool HasStandardValues { get; }
protected:
virtual property bool HasStandardValues {
bool get ();
}
protected function get HasStandardValues () : boolean
Property Value
Type: System.Boolean
true if there are standard values for this property; 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