Freigeben über


VCReferences.GetReferencesOfType-Methode

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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

Parameter

  • dwType
    Typ: UInt32

Rückgabewert

Typ: Microsoft.VisualStudio.VCProjectEngine.IVCCollection

.NET Framework-Sicherheit

Siehe auch

Referenz

VCReferences Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace