SourceControl2.UndoExcludeItems Method

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

See Also

Reference

SourceControl2 Interface

EnvDTE80 Namespace