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.
Gets the controls and types from the specified dialog box.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetDialogControlsAndTypes ( _
bstrDialogId As String _
) As Object
Object GetDialogControlsAndTypes(
string bstrDialogId
)
Object^ GetDialogControlsAndTypes(
[InAttribute] String^ bstrDialogId
)
abstract GetDialogControlsAndTypes :
bstrDialogId:string -> Object
function GetDialogControlsAndTypes(
bstrDialogId : String
) : Object
Parameters
bstrDialogId
Type: StringThe string containing the ID of the dialog box.
Return Value
Type: Object
The controls and types from the specified dialog box.
.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.