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
ObjectIDExpression
Type: System.StringThe object ID.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.