VCWizCtlClass Class

Definition

See VCWizCtl for information.

public ref class VCWizCtlClass : Microsoft::VisualStudio::VsWizard::VCWizCtl
[Windows::Foundation::Metadata::WebHostHidden]
class VCWizCtlClass : Microsoft::VisualStudio::VsWizard::VCWizCtl
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("D4D285DC-2447-11D7-8BF6-00B0D03DAA06")]
[System.Runtime.InteropServices.TypeLibType]
public class VCWizCtlClass : Microsoft.VisualStudio.VsWizard.VCWizCtl
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("D4D285DC-2447-11D7-8BF6-00B0D03DAA06")>]
[<System.Runtime.InteropServices.TypeLibType>]
type VCWizCtlClass = class
    interface IVCWizCtlUI
    interface VCWizCtl
Public Class VCWizCtlClass
Implements VCWizCtl
Inheritance
VCWizCtlClass
Attributes
Implements

Constructors

VCWizCtlClass()

Microsoft Internal Use Only.

Properties

ActiveXControls

Gets the ActiveX controls registered in the system.

dte

Gets the top-level extensibility object.

FileTypeLibs[String]

Gets the type libraries in the specified file.

ParentKind

Gets the kind of context object.

ParentObject

Microsoft Internal Use Only.

ProjectObject

Microsoft Internal Use Only.

ResourceHelper

Gets the VCResourceHelper object.

TypeLibs

Gets the type libraries registered in the system.

Methods

AddBuiltOutput(Object, Object)

Adds an item to the deployed project.

AddDebugSymbols(Object, Object)

Adds debugging symbols to the deployed project.

AddDeploymentContent(Object, Object)

Adds an item to the deployed project.

AddSymbol(String, Object, Boolean)

Adds the specified symbol to the symbol table.

CanCreateNewProjectAtLocation(Boolean, String, Boolean)

Indicates whether the new project can be created at the specified location.

CommandHandlerExists(Object, Object)

Indicates whether the specified handler has been implemented.

ConvertAnsiToOEM(String)

Converts special extended ANSI characters to OEM characters.

CppParseTypeString(String)

Parses a string containing the C++ variable declaration into its parts (type, name, and initial value).

CreateGuid()

Creates a globally unique identifier (GUID) for the specified object.

CreateWebTargetFolder()

Creates a target folder for a Web project.

DatabaseConnection(Object)

Microsoft Internal Use Only.

DoesFileExist(String)

Determines whether the specified file name exists.

DoesFileOrDirectoryExist(String)

Determines whether the specified file or directory exists.

FindSymbol(String)

Finds the specified symbol in the symbol table.

Finish(Object, Object)

Called when the user clicks the OK or Cancel button in the wizard HTML to indicate that the user is finished with the wizard.

FormatGuid(String, eFormat)

Formats the specified globally unique identifier (GUID).

GenerateNextDefaultProjectName(String, String)

Generates a project name based on the specified base name.

GetActiveXControlTypeLib(String)

Gets a string containing the type library for the ActiveX control.

GetAppID()

Returns the application ID.

GetClassCommandHandlerDesc(Object, String, String)

Gets the command handler object for the specified class and command name.

GetCodePageFromLCID(UInt32)

Gets the appropriate code page based on the supplied language locale ID.

GetCommandCount(Object)

Gets the number of commands in the specified list.

GetCommandDocumentation(Object, Object)

Gets the description of the specified command or other text entry in the specified list box.

GetCommandHandlerString(Object, Object)

Gets a command handler as a string.

GetCommandName(Object, Object)

Gets the name of a command as a string.

GetComputerName()

Returns the name of the computer as a string.

GetConnectionString(Boolean)

Gets the information the database application requires to connect to a data source.

GetConsumerClass(String, Boolean, Boolean, Boolean, Boolean, Boolean)

Returns a string containing the consumer class.

GetDefaultWebTargetFolder(Object)

Returns the default target folder for the Web project.

GetDialogControlsAndTypes(String)

Gets the controls and types from the specified dialog box.

GetDialogIds()

Gets the IDs of the project's dialog boxes.

GetDirectoryViaBrowseDlg(String, String)

Gets the specified directory by using the Browse dialog box.

GetExistingFileNameViaDlg(String, String, String, String)
GetHostLocale()

Gets the locale of the wizard's user interface.

GetInstalledLangs()

Gets the language locale IDs from the wizard's templates directory, indicating which language resources are available.

GetLangAbbrevFromLCID(UInt32)

Gets the language abbreviation specified by the language locale ID.

GetLangFromLCID(UInt32)

Gets the language based on the specified language locale ID.

GetODBCConsumerClassDecl(Boolean, Boolean, String)

Gets an ODBC Consumer class declaration.

GetODBCConsumerClassImpl()

Gets the ODBC consumer class implementation.

GetOpenFileNameViaDlg(String, String, String, String)

Gets the name of a file to open using a dialog box.

GetPrimaryLangIdFromLCID(UInt32)

Gets the default language from the language locale ID.

GetProcessName()

Gets the file name of the current process (devenv.exe).

GetRemoteMachine(Object, String)

For the specified deployment project, returns the name of a remote machine for the specified configuration.

GetSubFolderByName(Object, String)

Gets a sub folder for web service deployment.

GetSubLangIdFromLCID(UInt32)

Gets a string containing the language identified as the sub language from its language locale ID.

GetSystemLCID()

Gets the default language locale ID from the system.

GetURLViaDlg(String, String)

Get a URL using a dialog box.

IsSymbolDisabled(String)

Returns whether a symbol is disabled.

IsValidNumericValue(Object)

Determines whether a variant is a valid numeric value.

IsValidProgID(Object)

Indicates whether the specified object's program identifier is valid.

IsWebTierProject(Object)

Checks if the specified project is a Visual Studio Deployment of a Web Setup Project.

Load(Object)

Initializes the specified document.

Navigate(String, String)

Navigates to a page and frame.

NavigateToCommandHandler(Object, Object, String)

Opens the text editor and places the cursor at the specified handler.

Next(Object, Object, String, Boolean)

Optionally updates the symbols on the current page, and then navigates the user to the specified wizard page.

OkCancelAlert(String)

Displays an alert message to the wizard user, requiring the user to click OK to confirm a selected wizard option or Cancel to cancel that option.

OnHelp(String)

Called by the wizard when the user clicks the Help button to display any HTML Help topics associated with the wizard HTML page.

PreShowWizard()

Reserved for future use.

RemoveSymbol(String)

Removes the specified symbol from the symbol table.

RenderTemplate(String, String, Boolean, Boolean)

Renders the template file for the wizard project.

RenderTemplateToString(String)

Renders the wizard template file as a string.

ReportError(String, Boolean)

Displays an error to the user and gives the user the option to correct the error and continue using the wizard.

ResumeParsing()

Resumes parsing after a call to SuspendParsing()

SelectDataSource()

Displays a dialog box that allows the user to select the data source to use in a consumer database application.

SelectODBCDatabase()

Displays a dialog box that allows the user to select the ODBC database for an ODBC consumer application.

SetDefaults(Object)

Sets the initial defaults for the wizard symbols.

SetDeploymentAppMappings(Object, Object, String, String)

Registers an application with a web service.

SetErrorInfo(String, UInt32, UInt32, String, String)

Sets error text for the specified item.

SetRemoteMachine(Object, String)

Specifies the name of a computer (other than your computer) on which you want to debug an application.

ShowWiz()

Displays the wizard if it has a UI.

SuspendParsing()

Suspends parsing in a wizard.

ValidateCLRIdentifier(String, Boolean)

Returns whether a name is a valid CLR identifier.

ValidateCSharpClass(String, String)

Not implemented.

ValidateCSharpFile(String)

Not implemented.

ValidateCSharpIdentifier(String, Boolean)

Not implemented.

ValidateCSharpNamespace(String)

Not implemented.

WriteToTextFile(String, String, Boolean)
YesNoAlert(String)

This method displays an alert message to the wizard user, requiring the user to click Yes to confirm a selected wizard option or No to cancel that option.

Applies to