Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub GetLastRedoDescription ( _
<OutAttribute> ByRef pBstr As String _
)
'使用
Dim instance As IOleUndoManager
Dim pBstr As String
instance.GetLastRedoDescription(pBstr)
void GetLastRedoDescription(
out string pBstr
)
void GetLastRedoDescription(
[OutAttribute] String^% pBstr
)
function GetLastRedoDescription(
pBstr : String
)
Parameters
- pBstr
Type: System.String%
Remarks
For information on the COM interface, see IOleUndoManager::GetLastRedoDescription
Permissions
- 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.