WorkspaceServiceHelper.GetAssetsManagerAsync(IWorkspace) 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.
Get the IAssetsAccessManager for a workspace.
public static System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.AssetsControl.IAssetsAccessManager> GetAssetsManagerAsync (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
static member GetAssetsManagerAsync : Microsoft.VisualStudio.Workspace.IWorkspace -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.AssetsControl.IAssetsAccessManager>
<Extension()>
Public Function GetAssetsManagerAsync (workspace As IWorkspace) As Task(Of IAssetsAccessManager)
Parameters
- workspace
- IWorkspace
workspace instance.
Returns
A Task representing the asynchronous operation whose result is an instance of the IAssetsAccessManager.