Compartilhar via


Método Debugger5.DeleteObjectID

Exclui a identificação de objeto.

Namespace:  EnvDTE100
Assembly:  EnvDTE100 (em EnvDTE100.dll)

Sintaxe

'Declaração
Sub DeleteObjectID ( _
    ObjectIDExpression As String _
)
void DeleteObjectID(
    string ObjectIDExpression
)
void DeleteObjectID(
    [InAttribute] String^ ObjectIDExpression
)
abstract DeleteObjectID : 
        ObjectIDExpression:string -> unit 
function DeleteObjectID(
    ObjectIDExpression : String
)

Parâmetros

  • ObjectIDExpression
    Tipo: System.String
    A identificação de objeto.

Segurança do .NET Framework

Consulte também

Referência

Debugger5 Interface

Namespace EnvDTE100