Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: System.StringThe name of the project file that references the file to be included.
ItemName
Type: System.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.