Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the type of the undo unit.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Sub GetUnitType ( _
<OutAttribute> ByRef clsid As Guid, _
<OutAttribute> ByRef id As Integer _
) Implements IOleUndoUnit.GetUnitType
'Usage
Dim instance As OleUndoEngine..::..UndoUnit
Dim clsid As Guid
Dim id As Integer
CType(instance, IOleUndoUnit).GetUnitType(clsid, _
id)
void IOleUndoUnit.GetUnitType(
out Guid clsid,
out int id
)
private:
virtual void GetUnitType(
[OutAttribute] Guid% clsid,
[OutAttribute] int% id
) sealed = IOleUndoUnit::GetUnitType
private abstract GetUnitType :
clsid:Guid byref *
id:int byref -> unit
private override GetUnitType :
clsid:Guid byref *
id:int byref -> unit
JScript does not support explicit interface implementations.
Parameters
- clsid
Type: System.Guid%
[out] The GUID of this class.
- id
Type: System.Int32%
[out] Returns 0.
Implements
IOleUndoUnit.GetUnitType(Guid%, Int32%)
.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.