Metodo VCReferences.CanAddAssemblyReferenceWithStrongName
Restituisce un valore che indica se aggiungere il riferimento all'assembly (.NET) specificato facendo riferimento ad esso tramite il relativo nome sicuro.
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
Function CanAddAssemblyReferenceWithStrongName ( _
bstrRef As String, _
bstrAssemblyName As String _
) As Boolean
bool CanAddAssemblyReferenceWithStrongName(
string bstrRef,
string bstrAssemblyName
)
bool CanAddAssemblyReferenceWithStrongName(
[InAttribute] String^ bstrRef,
[InAttribute] String^ bstrAssemblyName
)
abstract CanAddAssemblyReferenceWithStrongName :
bstrRef:string *
bstrAssemblyName:string -> bool
function CanAddAssemblyReferenceWithStrongName(
bstrRef : String,
bstrAssemblyName : String
) : boolean
Parametri
bstrRef
Tipo: StringStringa che rappresenta il percorso dell'assembly.
bstrAssemblyName
Tipo: StringNome sicuro dell'assembly.
Valore restituito
Tipo: Boolean
true se è possibile aggiungere il riferimento all'assembly; false se non è possibile aggiungerlo.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.