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 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: StringThe name of the project files that reference the file to be included.
ItemNames
Type: array<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.