RemoteCodeContainer.WithCodeContainerProvider(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an instance of RemoteCodeContainer whose CodeContainerProvider is equal to codeContainerProvider
.
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::RemoteCodeContainer ^ WithCodeContainerProvider(Guid codeContainerProvider);
public Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer WithCodeContainerProvider (Guid codeContainerProvider);
member this.WithCodeContainerProvider : Guid -> Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer
Public Function WithCodeContainerProvider (codeContainerProvider As Guid) As RemoteCodeContainer
Parameters
- codeContainerProvider
- Guid
Code Container Provider ID.
Returns
Exceptions
Thrown if codeContainerProvider
is empty.