VCReferences.GetReferencesOfType Method
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
Parameters
- dwType
Type: UInt32
Return Value
Type: Microsoft.VisualStudio.VCProjectEngine.IVCCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.