Gets the controls and types from the specified dialog box.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Function GetDialogControlsAndTypes ( _
bstrDialogId As String _
) As Object
用法
Dim instance As IVCWizCtlUI
Dim bstrDialogId As String
Dim returnValue As Object
returnValue = instance.GetDialogControlsAndTypes(bstrDialogId)
Object GetDialogControlsAndTypes(
string bstrDialogId
)
Object^ GetDialogControlsAndTypes(
[InAttribute] String^ bstrDialogId
)
function GetDialogControlsAndTypes(
bstrDialogId : String
) : Object
Parameters
bstrDialogId
Type: System.StringThe string containing the ID of the dialog box.
Return Value
Type: System.Object
The controls and types from the specified dialog box.
Permissions
- 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.