StartAt Property

MSBuild

Position within the input item to start matching


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

Syntax

Visual Basic (Declaration)
Public Property StartAt As ITaskItem
C#
public ITaskItem StartAt { get; set; }
C++
public property ITaskItem StartAt sealed  {
    ITaskItem get();
    void set(ITaskItem value);
}
J#
/** property */
public ITaskItem get_StartAt();

/** property */
public void set_StartAt(ITaskItem value);
JScript
public function get StartAt() : ITaskItem

public function set StartAt(value : ITaskItem);

See Also

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