Partilhar via


Método VCReferences.GetReferencesOfType

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.VCProjectEngine.IVCCollection

Segurança do .NET Framework

Consulte também

Referência

VCReferences Interface

Namespace Microsoft.VisualStudio.VCProjectEngine