HostFileCommand Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| HostFileCommand() | |
| HostFileCommand(HostFileConnection) | |
| HostFileCommand(String, HostFileConnection) |
HostFileCommand()
public:
HostFileCommand();
public HostFileCommand ();
Public Sub New ()
Applies to
HostFileCommand(HostFileConnection)
public:
HostFileCommand(Microsoft::HostIntegration::MsHostFileClient::HostFileConnection ^ connection);
public HostFileCommand (Microsoft.HostIntegration.MsHostFileClient.HostFileConnection connection);
new Microsoft.HostIntegration.MsHostFileClient.HostFileCommand : Microsoft.HostIntegration.MsHostFileClient.HostFileConnection -> Microsoft.HostIntegration.MsHostFileClient.HostFileCommand
Public Sub New (connection As HostFileConnection)
Parameters
- connection
- HostFileConnection
Applies to
HostFileCommand(String, HostFileConnection)
public:
HostFileCommand(System::String ^ commandText, Microsoft::HostIntegration::MsHostFileClient::HostFileConnection ^ connection);
public HostFileCommand (string commandText, Microsoft.HostIntegration.MsHostFileClient.HostFileConnection connection);
new Microsoft.HostIntegration.MsHostFileClient.HostFileCommand : string * Microsoft.HostIntegration.MsHostFileClient.HostFileConnection -> Microsoft.HostIntegration.MsHostFileClient.HostFileCommand
Public Sub New (commandText As String, connection As HostFileConnection)
Parameters
- commandText
- String
- connection
- HostFileConnection