Tokens Property

MSBuild

List of tokens to replace in the template. Token name is taken from the TaskItem.ItemSpec and the replacement value comes from the ReplacementValue metadata of the item.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Tokens As ITaskItem[]
C#
public ITaskItem[] Tokens { get; set; }
C++
public property ITaskItem[] Tokens sealed  {
    array<ITaskItem>^ get();
    void set(array<ITaskItem>^ value);
}
J#
/** property */
public ITaskItem[] get_Tokens();

/** property */
public void set_Tokens(ITaskItem[] value);
JScript
public function get Tokens() : ITaskItem[]

public function set Tokens(value : ITaskItem[]);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.