IVsProjectKeyVaultFactory.GetOrCreate(IVsHierarchy) 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.
Create a new IVsProjectKeyVaultManager
public:
Microsoft::VisualStudio::ConnectedServices::IVsProjectKeyVaultManager ^ GetOrCreate(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ project);
public Microsoft.VisualStudio.ConnectedServices.IVsProjectKeyVaultManager GetOrCreate (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy project);
abstract member GetOrCreate : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> Microsoft.VisualStudio.ConnectedServices.IVsProjectKeyVaultManager
Public Function GetOrCreate (project As IVsHierarchy) As IVsProjectKeyVaultManager
Parameters
- project
- IVsHierarchy
The project for which the new IVsProjectKeyVaultManager is created