Método ExceptionSettings.ItemFromCode
Namespace: EnvDTE90
Assembly: EnvDTE90 (em EnvDTE90.dll)
Sintaxe
'Declaração
Function ItemFromCode ( _
Code As UInteger _
) As ExceptionSetting
ExceptionSetting ItemFromCode(
uint Code
)
ExceptionSetting^ ItemFromCode(
[InAttribute] unsigned int Code
)
abstract ItemFromCode :
Code:uint32 -> ExceptionSetting
function ItemFromCode(
Code : uint
) : ExceptionSetting
Parâmetros
- Code
Tipo: System.UInt32
O código.
Valor de retorno
Tipo: EnvDTE90.ExceptionSetting
O ExceptionSetting.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.