Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates hat a wizard (project or item) is about to start running.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Function OnWizardInitiated ( _
pszTemplateFilename As String, _
ByRef guidProjectType As Guid _
) As Integer
int OnWizardInitiated(
string pszTemplateFilename,
ref Guid guidProjectType
)
int OnWizardInitiated(
[InAttribute] String^ pszTemplateFilename,
[InAttribute] Guid% guidProjectType
)
abstract OnWizardInitiated :
pszTemplateFilename:string *
guidProjectType:Guid byref -> int
function OnWizardInitiated(
pszTemplateFilename : String,
guidProjectType : Guid
) : int
Parameters
pszTemplateFilename
Type: System.String[in] The template file name.
guidProjectType
Type: System.Guid%[in] The GUID that identifies the project type.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.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.