RemoteCodeContainer.WithExtraProperties 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 ExtraProperties is equal to extraProperties
.
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::RemoteCodeContainer ^ WithExtraProperties(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ extraProperties);
public Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer WithExtraProperties (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> extraProperties);
member this.WithExtraProperties : seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer
Public Function WithExtraProperties (extraProperties As IEnumerable(Of KeyValuePair(Of String, String))) As RemoteCodeContainer
Parameters
- extraProperties
- IEnumerable<KeyValuePair<String,String>>
Additional properties.