次の方法で共有


Project.DefaultTargets Property

Definition

Read-write accessor for the "DefaultTargets" attribute of the <Project> element. This is passed in and out as a semicolon-separated list of target names.

public:
 property System::String ^ DefaultTargets { System::String ^ get(); void set(System::String ^ value); };
public string DefaultTargets { get; set; }
member this.DefaultTargets : string with get, set
Public Property DefaultTargets As String

Property Value

A semi-colon (;) delimited list of the targets specified in the DefaultTargets attribute.

Applies to