Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Public Overridable Function AddUser ( _
<InAttribute> User As String, _
<InAttribute> Password As String, _
<InAttribute> ReadOnly As Boolean _
) As VSSUser Implements IVSSDatabase.AddUser
'Usage
Dim instance As VSSDatabaseClass
Dim User As String
Dim Password As String
Dim ReadOnly As Boolean
Dim returnValue As VSSUser
returnValue = CType(instance, IVSSDatabase).AddUser(User, Password, ReadOnly)
public virtual VSSUser IVSSDatabase.AddUser (
[InAttribute] string User,
[InAttribute] string Password,
[InAttribute] bool ReadOnly
)
public:
virtual VSSUser^ AddUser (
[InAttribute] String^ User,
[InAttribute] String^ Password,
[InAttribute] bool ReadOnly
) = IVSSDatabase::AddUser
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- User
- Password
- ReadOnly
See Also
Reference
VSSDatabaseClass Class
VSSDatabaseClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace