SecuredDictionary<TKey,TValue> Constructors
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.
Overloads
SecuredDictionary<TKey,TValue>()
public SecuredDictionary();
Public Sub New ()
Applies to
SecuredDictionary<TKey,TValue>(ISecuredObject)
public SecuredDictionary(Microsoft.VisualStudio.Services.WebApi.ISecuredObject securedObject);
new Microsoft.TeamFoundation.SourceControl.WebApi.SecuredDictionary<'Key, 'Value> : Microsoft.VisualStudio.Services.WebApi.ISecuredObject -> Microsoft.TeamFoundation.SourceControl.WebApi.SecuredDictionary<'Key, 'Value>
Public Sub New (securedObject As ISecuredObject)
Parameters
- securedObject
- Microsoft.VisualStudio.Services.WebApi.ISecuredObject