This documentation is archived and is not being maintained.

DynamicEnumProperty Class

Represents the schema of an enumeration property.

System::Object
  Microsoft.Build.Framework.XamlTypes::BaseProperty
    Microsoft.Build.Framework.XamlTypes::DynamicEnumProperty

Namespace:  Microsoft.Build.Framework.XamlTypes
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)

public ref class DynamicEnumProperty sealed : public BaseProperty

The DynamicEnumProperty type exposes the following members.

  NameDescription
Public methodDynamicEnumPropertyThe default constructor for a dynamic enum property.
Top

  NameDescription
Public propertyArgumentsGets or sets a list of arguments for this property. (Inherited from BaseProperty.)
Public propertyCategoryGets or sets the name of the category to which this property belongs. (Inherited from BaseProperty.)
Public propertyContainingRuleGets or sets the Rule that contains this BaseProperty. (Inherited from BaseProperty.)
Public propertyDataSourceGets or sets the data source where the current value of this property is stored. (Inherited from BaseProperty.)
Public propertyDefaultGets or sets the default value for this property. (Inherited from BaseProperty.)
Public propertyDescriptionGets or sets a description of this BaseProperty for use by a prospective UI client. (Inherited from BaseProperty.)
Public propertyDisplayNameGets or sets a name that can be used by a prospective UI client to display this BaseProperty. (Inherited from BaseProperty.)
Public propertyEnumProviderGets or sets the provider that produces the list of possible values for this property.
Public propertyF1KeywordGets or sets the keyword that is used to open the help page for this property. (Inherited from BaseProperty.)
Public propertyHelpContextGets or sets the Help context to use when the user presses F1. (Inherited from BaseProperty.)
Public propertyHelpFileGets or sets the Help file to use when the user presses F1. (Inherited from BaseProperty.)
Public propertyHelpUrlGets or sets the URL of the Help page for this property. The page is opened when the user presses F1. (Inherited from BaseProperty.)
Public propertyIncludeInCommandLineGets or sets a hint to the command-line constructor whether to include this property in the command line. (Inherited from BaseProperty.)
Public propertyIsRequiredGets or sets a flag that indicates whether this property is required to have a value set. (Inherited from BaseProperty.)
Public propertyMetadataGets or sets additional attributes of this BaseProperty. (Inherited from BaseProperty.)
Public propertyMultipleValuesAllowedGets or sets a switch that specifies whether this property allows multiple values to be supplied/selected simultaneously. (Inherited from BaseProperty.)
Public propertyNameGets or sets the name of this BaseProperty. (Inherited from BaseProperty.)
Public propertyProviderSettingsGets or sets a provider-specific set of options to pass to the provider.
Public propertyReadOnlyGets or sets a flag that indicates whether this property is read-only. (Inherited from BaseProperty.)
Public propertySeparatorGets or sets the token used to separate a switch from its value. (Inherited from BaseProperty.)
Public propertySubcategoryGets or sets the subcategory this property belongs to. (Inherited from BaseProperty.)
Public propertySwitchGets or sets the switch representation of this property when the property represents a tool parameter. (Inherited from BaseProperty.)
Public propertySwitchPrefixGets or sets the prefix for the switch representation of this property when this property represents a tool parameter. (Inherited from BaseProperty.)
Public propertyValueEditorsGets or sets the list of value editors for this property. (Inherited from BaseProperty.)
Public propertyVisibleGets or sets a hint to the UI client that tells it whether to display this property. (Inherited from BaseProperty.)
Top

  NameDescription
Public methodBeginInitSee BeginInit. (Inherited from BaseProperty.)
Public methodEndInitSee EndInit. (Inherited from BaseProperty.)
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

This class inherits the Default property from the BaseProperty class, which has no meaning for this class. Use the IsDefault property on the EnumValue instead to mark the default value for this property.

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: