Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.String
The 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.