- Parent
- The parent window of the user created dialog.
- Settings
- The server settings.
- ServerDirectory
- The server directory.
| Visual Basic (Declaration) | |
|---|---|
Sub Configure( _ ByVal Parent As IWin32Window, _ ByVal Settings As ServerSettings, _ ByVal ServerDirectory As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAddInOptions Dim Parent As IWin32Window Dim Settings As ServerSettings Dim ServerDirectory As String instance.Configure(Parent, Settings, ServerDirectory) | |
| C# | |
|---|---|
void Configure( IWin32Window Parent, ServerSettings Settings, string ServerDirectory ) | |
| C++/CLI | |
|---|---|
void Configure( IWin32Window^ Parent, ServerSettings^ Settings, String^ ServerDirectory ) | |
Parameters
- Parent
- The parent window of the user created dialog.
- Settings
- The server settings.
- ServerDirectory
- The server directory.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code