Freigeben über


DeploymentManager.CreateObject Methode

Definition

Überlädt

CreateObject(DeploymentProviderOptions, DeploymentBaseContext)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(Microsoft::Web::Deployment::DeploymentProviderOptions ^ providerOptions, Microsoft::Web::Deployment::DeploymentBaseContext ^ baseContext);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject(Microsoft.Web.Deployment.DeploymentProviderOptions providerOptions, Microsoft.Web.Deployment.DeploymentBaseContext baseContext);
static member CreateObject : Microsoft.Web.Deployment.DeploymentProviderOptions * Microsoft.Web.Deployment.DeploymentBaseContext -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (providerOptions As DeploymentProviderOptions, baseContext As DeploymentBaseContext) As DeploymentObject

Parameter

providerOptions
DeploymentProviderOptions
baseContext
DeploymentBaseContext

Gibt zurück

Gibt DeploymentObjectzurück.

Gilt für:

CreateObject(DeploymentProviderOptions, DeploymentBaseOptions)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(Microsoft::Web::Deployment::DeploymentProviderOptions ^ providerOptions, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject(Microsoft.Web.Deployment.DeploymentProviderOptions providerOptions, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions);
static member CreateObject : Microsoft.Web.Deployment.DeploymentProviderOptions * Microsoft.Web.Deployment.DeploymentBaseOptions -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (providerOptions As DeploymentProviderOptions, baseOptions As DeploymentBaseOptions) As DeploymentObject

Parameter

providerOptions
DeploymentProviderOptions
baseOptions
DeploymentBaseOptions

Gibt zurück

Gibt DeploymentObjectzurück.

Gilt für:

CreateObject(DeploymentWellKnownProvider, String)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(Microsoft::Web::Deployment::DeploymentWellKnownProvider provider, System::String ^ path);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject(Microsoft.Web.Deployment.DeploymentWellKnownProvider provider, string path);
static member CreateObject : Microsoft.Web.Deployment.DeploymentWellKnownProvider * string -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (provider As DeploymentWellKnownProvider, path As String) As DeploymentObject

Parameter

path
String

Gibt zurück

Gibt DeploymentObjectzurück.

Gilt für:

CreateObject(String, String)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(System::String ^ provider, System::String ^ path);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject(string provider, string path);
static member CreateObject : string * string -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (provider As String, path As String) As DeploymentObject

Parameter

provider
String
path
String

Gibt zurück

Gibt DeploymentObjectzurück.

Gilt für:

CreateObject(DeploymentWellKnownProvider, String, DeploymentBaseOptions)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(Microsoft::Web::Deployment::DeploymentWellKnownProvider provider, System::String ^ path, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject(Microsoft.Web.Deployment.DeploymentWellKnownProvider provider, string path, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions);
static member CreateObject : Microsoft.Web.Deployment.DeploymentWellKnownProvider * string * Microsoft.Web.Deployment.DeploymentBaseOptions -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (provider As DeploymentWellKnownProvider, path As String, baseOptions As DeploymentBaseOptions) As DeploymentObject

Parameter

path
String
baseOptions
DeploymentBaseOptions

Gibt zurück

Gibt DeploymentObjectzurück.

Gilt für:

CreateObject(String, String, DeploymentBaseOptions)

public:
 static Microsoft::Web::Deployment::DeploymentObject ^ CreateObject(System::String ^ provider, System::String ^ path, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions);
public static Microsoft.Web.Deployment.DeploymentObject CreateObject(string provider, string path, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions);
static member CreateObject : string * string * Microsoft.Web.Deployment.DeploymentBaseOptions -> Microsoft.Web.Deployment.DeploymentObject
Public Shared Function CreateObject (provider As String, path As String, baseOptions As DeploymentBaseOptions) As DeploymentObject

Parameter

provider
String
path
String
baseOptions
DeploymentBaseOptions

Gibt zurück

Gibt DeploymentObjectzurück.

Gilt für: