OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetDescription Method
Gets the description of the undo unit.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣告
Private Sub GetDescription ( _
<OutAttribute> ByRef name As String _
) Implements IOleParentUndoUnit.GetDescription
void IOleParentUndoUnit.GetDescription(
out string name
)
Parameters
- name
Type: System.String%
[out] Returns the description.
Implements
IOleParentUndoUnit.GetDescription(String%)
Remarks
This method calls GetDescription.
.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.