Método VCReferences.AddAssemblyReferenceWithStrongNameEx
Adiciona um assembly (.NET) referência ao projeto selecionado usando seu nome de alta segurança.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Function AddAssemblyReferenceWithStrongNameEx ( _
bstrRef As String, _
bstrAssemblyName As String, _
<OutAttribute> ByRef created As Boolean _
) As Object
Object AddAssemblyReferenceWithStrongNameEx(
string bstrRef,
string bstrAssemblyName,
out bool created
)
Object^ AddAssemblyReferenceWithStrongNameEx(
[InAttribute] String^ bstrRef,
[InAttribute] String^ bstrAssemblyName,
[OutAttribute] bool% created
)
abstract AddAssemblyReferenceWithStrongNameEx :
bstrRef:string *
bstrAssemblyName:string *
created:bool byref -> Object
function AddAssemblyReferenceWithStrongNameEx(
bstrRef : String,
bstrAssemblyName : String,
created : boolean
) : Object
Parâmetros
- bstrRef
Tipo: System.String
Uma seqüência de caracteres que representa o caminho do assembly para adicionar.
- bstrAssemblyName
Tipo: System.String
Nome forte do que o asembly.
- created
Tipo: System.Boolean%
Quando esse método retorna, contém true se a referência é criada; Caso contrário, false.Este parâmetro for passado não inicializado.
Valor de retorno
Tipo: System.Object
O caminho do assembly.
Comentários
Esse método é igual a AddAssemblyReferenceWithStrongName método, mas não inclui o created parâmetro suporte à interoperabilidade.
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.