共用方式為


VCReferences.GetReferencesOfType 方法

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
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

參數

傳回值

型別:Microsoft.VisualStudio.VCProjectEngine.IVCCollection

.NET Framework 安全性

請參閱

參考

VCReferences 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間