SourceControl.ExcludeItem(String, String) Methode

Definition

Schließt das angegebene Element aus dem Quellcodeverwaltungs-Projekt aus.

public:
 void ExcludeItem(System::String ^ ProjectFile, System::String ^ ItemName);
public:
 void ExcludeItem(Platform::String ^ ProjectFile, Platform::String ^ ItemName);
void ExcludeItem(std::wstring const & ProjectFile, std::wstring const & ItemName);
[System.Runtime.InteropServices.DispId(7)]
public void ExcludeItem (string ProjectFile, string ItemName);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member ExcludeItem : string * string -> unit
Public Sub ExcludeItem (ProjectFile As String, ItemName As String)

Parameter

ProjectFile
String

Der Name der Projektdatei, die auf das Element verweist.

ItemName
String

Name des Elements.

Attribute

Gilt für