Propriedade Breakpoint3.LocationType
Obtém o tipo de local, que o ponto de interrupção representa.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (em EnvDTE90a.dll)
Sintaxe
'Declaração
ReadOnly Property LocationType As dbgBreakpointLocationType
dbgBreakpointLocationType LocationType { get; }
property dbgBreakpointLocationType LocationType {
dbgBreakpointLocationType get ();
}
abstract LocationType : dbgBreakpointLocationType
function get LocationType () : dbgBreakpointLocationType
Valor de propriedade
Tipo: EnvDTE.dbgBreakpointLocationType
Dentre as dbgBreakpointLocationType valores.
Comentários
Consulte LocationType.
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.