Прочитать на английском

Поделиться через


VCWizCtlClass.GetCommandHandlerString Method

Gets a command handler as a string.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

public virtual string GetCommandHandlerString(
    Object pDispDesc,
    Object memid
)

Parameters

  • memid
    Type: System.Object

    Required. The index to the command description table represented by pDispDesc.

Return Value

Type: System.String
A string containing the command handler.

Implements

IVCWizCtlUI.GetCommandHandlerString(Object, Object)

Examples

See CommandHandlerExists.

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace

Other Resources

Designing a Wizard

Visual C++ Extensibility Object Model