CodespaceCodeContainer 构造函数

定义

public:
 CodespaceCodeContainer(System::String ^ id, System::String ^ name, System::String ^ billingPlanId, System::String ^ serializedAccount, System::String ^ relativePath, System::String ^ workspaceRoot, Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerType type);
public CodespaceCodeContainer (string id, string name, string billingPlanId, string serializedAccount, string relativePath, string workspaceRoot, Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerType type);
new Microsoft.VisualStudio.Shell.CodeContainerManagement.CodespaceCodeContainer : string * string * string * string * string * string * Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerType -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodespaceCodeContainer
Public Sub New (id As String, name As String, billingPlanId As String, serializedAccount As String, relativePath As String, workspaceRoot As String, type As CodeContainerType)

参数

id
String
name
String
billingPlanId
String
serializedAccount
String

序列化为 JSON 的 DeveloperService 帐户。

relativePath
String
workspaceRoot
String

适用于