Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.