IVsMacros.GetMacroCommands Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
Function GetMacroCommands ( _
<OutAttribute> ByRef ppsaMacroCanonicalNames As IntPtr _
) As Integer
'Uso
Dim instance As IVsMacros
Dim ppsaMacroCanonicalNames As IntPtr
Dim returnValue As Integer
returnValue = instance.GetMacroCommands(ppsaMacroCanonicalNames)
int GetMacroCommands(
out IntPtr ppsaMacroCanonicalNames
)
int GetMacroCommands(
[OutAttribute] IntPtr% ppsaMacroCanonicalNames
)
abstract GetMacroCommands :
ppsaMacroCanonicalNames:IntPtr byref -> int
function GetMacroCommands(
ppsaMacroCanonicalNames : IntPtr
) : int
Parameters
- ppsaMacroCanonicalNames
Type: System.IntPtr%
Return Value
Type: System.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.