Anteckning
Å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 the specified items into source code control.
Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Sub UndoExcludeItems ( _
    ProjectFile As String, _
    ByRef ItemNames As Object() _
)
void UndoExcludeItems(
    string ProjectFile,
    ref Object[] ItemNames
)
void UndoExcludeItems(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] array<Object^>^% ItemNames
)
abstract UndoExcludeItems : 
        ProjectFile:string * 
        ItemNames:Object[] byref -> unit 
function UndoExcludeItems(
    ProjectFile : String, 
    ItemNames : Object[]
)
Parameters
- ProjectFile
Type: System.String
The name of the project files that reference the file to be included. 
- ItemNames
Type: array<System.Object[]%
An array of strings that identifies the items 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.