Compartir a través de


Debugger5.DeleteObjectID (Método)

Elimina el id. de objeto.

Espacio de nombres:  EnvDTE100
Ensamblado:  EnvDTE100 (en EnvDTE100.dll)

Sintaxis

'Declaración
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
    El identificador del objeto.

Seguridad de .NET Framework

Vea también

Referencia

Debugger5 Interfaz

EnvDTE100 (Espacio de nombres)