Share via


Debugger5.DeleteObjectID Method

Deletes the object ID.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

Debugger5 Interface

EnvDTE100 Namespace