IVsExtensibility2.RunWizardFileEx 方法
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE80
組件: EnvDTE80 (在 EnvDTE80.dll 中)
語法
'宣告
Function RunWizardFileEx ( _
bstrWizFilename As String, _
hwndOwner As Integer, _
ByRef vContextParams As Object(), _
ByRef vCustomParams As Object() _
) As Integer
int RunWizardFileEx(
string bstrWizFilename,
int hwndOwner,
ref Object[] vContextParams,
ref Object[] vCustomParams
)
int RunWizardFileEx(
[InAttribute] String^ bstrWizFilename,
[InAttribute] int hwndOwner,
[InAttribute] array<Object^>^% vContextParams,
[InAttribute] array<Object^>^% vCustomParams
)
abstract RunWizardFileEx :
bstrWizFilename:string *
hwndOwner:int *
vContextParams:Object[] byref *
vCustomParams:Object[] byref -> int
function RunWizardFileEx(
bstrWizFilename : String,
hwndOwner : int,
vContextParams : Object[],
vCustomParams : Object[]
) : int
參數
- bstrWizFilename
型別:System.String
- hwndOwner
型別:System.Int32
- vContextParams
型別:array<System.Object[]%
- vCustomParams
型別:array<System.Object[]%
傳回值
型別:System.Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。