Microsoft.VisualStudio.Workspace.AssetsControl Namespace

 

ClassDescription
System_CAPS_pubclassAccessControlExtensions

Convenience extension for IAccessControl service

System_CAPS_pubclassAccessLockYieldRequestException

Exception being thrown when attempting to acquire a lock when a higher priority scope request access to a resource already taken and not released by the current access scope.

InterfaceDescription
System_CAPS_pubinterfaceIAssetsAccessContext

Asset access scope. Locks taken in the same scope will not block each other.

System_CAPS_pubinterfaceIAssetsAccessManager

Used to control the access for shared resources like files and folders

System_CAPS_pubinterfaceIAssetsLock

Hold an access to a [set of] file[s] or folder[s] Disposing the object will release the lock and allow other scopes to take access.

EnumerationDescription
System_CAPS_pubenumAssetsLockScope

Scope of the lock (for folders)

System_CAPS_pubenumContextPriority

Priority for this context. It is based on the kind of work context is used to provide resource locks.

System_CAPS_pubenumSharingMode

Access sharing semantic.

Return to top
Show: