次の方法で共有


IVsDebuggerDeployConnection.EnsurePackagesShutdown Method

Definition

public:
 int EnsurePackagesShutdown(cli::array <System::String ^> ^ packageFullNames, System::UInt32 packageCount, System::UInt32 appPlatform);
public:
 int EnsurePackagesShutdown(Platform::Array <Platform::String ^> ^ packageFullNames, unsigned int packageCount, unsigned int appPlatform);
int EnsurePackagesShutdown(std::Array <std::wstring const &> const & packageFullNames, unsigned int packageCount, unsigned int appPlatform);
public int EnsurePackagesShutdown (string[] packageFullNames, uint packageCount, uint appPlatform);
abstract member EnsurePackagesShutdown : string[] * uint32 * uint32 -> int
Public Function EnsurePackagesShutdown (packageFullNames As String(), packageCount As UInteger, appPlatform As UInteger) As Integer

Parameters

packageFullNames
String[]
packageCount
UInt32
appPlatform
UInt32

Returns

Applies to