Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ImportExtension.CreateProgressItem Method

Definition

Namespace:
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly:
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll
Package:
Microsoft.CrmSdk.XrmTooling.PackageDeployment v9.1.0.184

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

Name Description
CreateProgressItem(String)

Create and add new progress item.

CreateProgressItem(String, PDStage)

Create and add new progress item.

CreateProgressItem(String)

Create and add new progress item.

protected:
 void CreateProgressItem(System::String ^ message);
protected void CreateProgressItem(string message);
member this.CreateProgressItem : string -> unit
Protected Sub CreateProgressItem (message As String)

Parameters

message
String

Applies to

CreateProgressItem(String, PDStage)

Create and add new progress item.

public:
 virtual void CreateProgressItem(System::String ^ message, Microsoft::Xrm::Tooling::PackageDeployment::CrmPackageExtentionBase::PDStage stage);
public void CreateProgressItem(string message, Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.PDStage stage);
abstract member CreateProgressItem : string * Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.PDStage -> unit
override this.CreateProgressItem : string * Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.PDStage -> unit
Public Sub CreateProgressItem (message As String, stage As PDStage)

Parameters

message
String
stage
PDStage

Implements

Applies to