SchemaViewListener.Exec, méthode
Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Public Function Exec ( _
ByRef pguidCmdGroup As Guid, _
nCmdID As UInteger, _
nCmdexecopt As UInteger, _
pvaIn As IntPtr, _
pvaOut As IntPtr _
) As Integer
public int Exec(
ref Guid pguidCmdGroup,
uint nCmdID,
uint nCmdexecopt,
IntPtr pvaIn,
IntPtr pvaOut
)
public:
virtual int Exec(
Guid% pguidCmdGroup,
unsigned int nCmdID,
unsigned int nCmdexecopt,
IntPtr pvaIn,
IntPtr pvaOut
) sealed
abstract Exec :
pguidCmdGroup:Guid byref *
nCmdID:uint32 *
nCmdexecopt:uint32 *
pvaIn:IntPtr *
pvaOut:IntPtr -> int
override Exec :
pguidCmdGroup:Guid byref *
nCmdID:uint32 *
nCmdexecopt:uint32 *
pvaIn:IntPtr *
pvaOut:IntPtr -> int
public final function Exec(
pguidCmdGroup : Guid,
nCmdID : uint,
nCmdexecopt : uint,
pvaIn : IntPtr,
pvaOut : IntPtr
) : int
Paramètres
- pguidCmdGroup
Type : System.Guid%
- nCmdID
Type : System.UInt32
- nCmdexecopt
Type : System.UInt32
- pvaIn
Type : System.IntPtr
- pvaOut
Type : System.IntPtr
Valeur de retour
Type : System.Int32
Implémentations
IOleCommandTarget.Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms