CodespaceCodeContainer 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- type
- CodeContainerType