Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Include back an item into source code control.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Sub UndoExcludeItem ( _
ProjectFile As String, _
ItemName As String _
)
void UndoExcludeItem(
string ProjectFile,
string ItemName
)
void UndoExcludeItem(
[InAttribute] String^ ProjectFile,
[InAttribute] String^ ItemName
)
abstract UndoExcludeItem :
ProjectFile:string *
ItemName:string -> unit
function UndoExcludeItem(
ProjectFile : String,
ItemName : String
)
Parameters
ProjectFile
Type: StringThe name of the project file that references the file to be included.
ItemName
Type: StringAn array of strings that identifies the item to be included.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.