CodeContainerLocalProperties.WithType(CodeContainerType) 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 a CodeContainerLocalProperties instance whose Type is set to the supplied type
.
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerLocalProperties ^ WithType(Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerType type);
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerLocalProperties ^ WithType(Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerType type);
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerLocalProperties WithType(Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainerType type);
public Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerLocalProperties WithType (Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerType type);
member this.WithType : Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerType -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainerLocalProperties
Public Function WithType (type As CodeContainerType) As CodeContainerLocalProperties
Parameters
- type
- CodeContainerType