Método SourceControl2.UndoExcludeItems
Inclua os itens especificados no controle de código-fonte.
Namespace: EnvDTE80
Assembly: EnvDTE80 (em EnvDTE80.dll)
Sintaxe
'Declaração
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[]
)
Parâmetros
- ProjectFile
Tipo: System.String
O nome dos arquivos do projeto que referenciam o arquivo a ser incluído.
- ItemNames
Tipo: array<System.Object[]%
Uma matriz de seqüências de caracteres que identifica os itens a serem incluídos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.