更新 : 2007 年 11 月
名前空間 : EnvDTE90
アセンブリ : EnvDTE90 (EnvDTE90.dll 内)
構文
'宣言
Function ItemFromCode ( _
Code As UInteger _
) As ExceptionSetting
'使用
Dim instance As ExceptionSettings
Dim Code As UInteger
Dim returnValue As ExceptionSetting
returnValue = instance.ItemFromCode(Code)
ExceptionSetting ItemFromCode(
uint Code
)
ExceptionSetting^ ItemFromCode(
[InAttribute] unsigned int Code
)
function ItemFromCode(
Code : uint
) : ExceptionSetting
パラメータ
- Code
型 : System.UInt32
戻り値
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。