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
參數
- dwType
型別:System.UInt32
傳回值
型別:Microsoft.VisualStudio.VCProjectEngine.IVCCollection
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。