你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CodePackageActivationContext.GetCodePackageObject(String) Method

Definition

public System.Fabric.CodePackage GetCodePackageObject(string packageName);
abstract member GetCodePackageObject : string -> System.Fabric.CodePackage
override this.GetCodePackageObject : string -> System.Fabric.CodePackage
Public Function GetCodePackageObject (packageName As String) As CodePackage

Parameters

packageName
System.String

Returns

Implements

Applies to