SourceControl2.UndoExcludeItem Method

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.String
    The name of the project file that references the file to be included.
  • ItemName
    Type: System.String
    An array of strings that identifies the item to be included.

.NET Framework Security

See Also

Reference

SourceControl2 Interface

EnvDTE80 Namespace