Metodo VCReferences.GetReferencesOfType
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
Function GetReferencesOfType ( _
dwType As UInteger _
) As IVCCollection
IVCCollection GetReferencesOfType(
uint dwType
)
IVCCollection^ GetReferencesOfType(
[InAttribute] unsigned int dwType
)
abstract GetReferencesOfType :
dwType:uint32 -> IVCCollection
function GetReferencesOfType(
dwType : uint
) : IVCCollection
Parametri
- dwType
Tipo: System.UInt32
Valore restituito
Tipo: Microsoft.VisualStudio.VCProjectEngine.IVCCollection
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.