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

CodePackageActivationContext.GetCodePackageNames 方法

定义

检索服务清单中的代码包名称列表。

public System.Collections.Generic.IList<string> GetCodePackageNames ();
abstract member GetCodePackageNames : unit -> System.Collections.Generic.IList<string>
override this.GetCodePackageNames : unit -> System.Collections.Generic.IList<string>
Public Function GetCodePackageNames () As IList(Of String)

返回

服务清单中的代码包名称列表。

实现

适用于