Condividi tramite


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

Valore restituito

Tipo: Microsoft.VisualStudio.VCProjectEngine.IVCCollection

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCReferences Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine