StringListProperty Class

Definition

Represents the schema of a list-of-strings property.

public ref class StringListProperty sealed : Microsoft::Build::Framework::XamlTypes::BaseProperty
public sealed class StringListProperty : Microsoft.Build.Framework.XamlTypes.BaseProperty
type StringListProperty = class
    inherit BaseProperty
Public NotInheritable Class StringListProperty
Inherits BaseProperty
Inheritance
StringListProperty

Remarks

Note, this represents a list of strings, not a list of StringPropertys.

Constructors

StringListProperty()

Default constructor. Needed for property XAML deserialization.

Properties

Arguments

List of arguments for this property.

(Inherited from BaseProperty)
Category

The name of the category to which this property belongs to.

(Inherited from BaseProperty)
CommandLineValueSeparator

The separator to use in delineating individual values of this string list property

ContainingRule

The Rule containing this BaseProperty.

(Inherited from BaseProperty)
DataSource

The data source where the current value of this property is stored.

(Inherited from BaseProperty)
Default

Specifies the default value for this property.

(Inherited from BaseProperty)
Description

Description of this BaseProperty for use by a prospective UI client.

(Inherited from BaseProperty)
DisplayName

The name that could be used by a prospective UI client to display this BaseProperty.

(Inherited from BaseProperty)
F1Keyword

The keyword that is used to open the help page for this property.

(Inherited from BaseProperty)
HelpContext

The help context to use when the user hits F1. Must specify HelpFile along with this.

(Inherited from BaseProperty)
HelpFile

The help file to use when the user hits F1. Must specify HelpContext along with this.

(Inherited from BaseProperty)
HelpUrl

The URL of the help page for this property that will be opened when the user hits F1.

(Inherited from BaseProperty)
IncludeInCommandLine

A hint to the command line constructor whether to include this property in the command line or not.

(Inherited from BaseProperty)
IsRequired

Indicates whether this property is required to have a value set.

(Inherited from BaseProperty)
Metadata

Additional attributes of this BaseProperty.

(Inherited from BaseProperty)
MultipleValuesAllowed

A value indicating whether this property allows multiple values to be supplied/selected simultaneously.

(Inherited from BaseProperty)
Name

The name of this BaseProperty.

(Inherited from BaseProperty)
ReadOnly

Tells if this property is a read-only property.

(Inherited from BaseProperty)
RendererValueSeparator

Please don't use. This is planned to be deprecated.

Separator

The token used to separate a switch from its value.

(Inherited from BaseProperty)
Subcategory

The sub category to which this property belongs to.

(Inherited from BaseProperty)
Subtype

Qualifies this string property to give it a more specific classification.

Switch

The switch representation of this property for the case when this property represents a tool parameter.

(Inherited from BaseProperty)
SwitchPrefix

The prefix for the switch representation of this property for the case when this property represents a tool parameter.

(Inherited from BaseProperty)
ValueEditors

List of value editors for this property.

(Inherited from BaseProperty)
Visible

A hint to the UI client telling it whether to display this property or not.

(Inherited from BaseProperty)

Methods

BeginInit()

See ISupportInitialize.

(Inherited from BaseProperty)
EndInit()

See ISupportInitialize.

(Inherited from BaseProperty)

Applies to