TypeList Property

MSBuild

Comma-separated list of type names to analyze. This option disables analysis of assemblies, namespaces, and resources; only the specified types and their members are included in the analysis. Use the wildcard character '*' at the end of the name to select multiple types.


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

Syntax

Visual Basic (Declaration)
Public Property TypeList As String
C#
public string TypeList { get; set; }
C++
public property string TypeList sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_TypeList();

/** property */
public void set_TypeList(string value);
JScript
public function get TypeList() : String

public function set TypeList(value : String);

See Also

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