VSSUserClass.RemoveProjectRights MethodÂ
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 Sub RemoveProjectRights ( _
<InAttribute> Project As String _
) Implements IVSSUser.RemoveProjectRights
'Usage
Dim instance As VSSUserClass
Dim Project As String
CType(instance, IVSSUser).RemoveProjectRights(Project)
public virtual void IVSSUser.RemoveProjectRights (
[InAttribute] string Project
)
public:
virtual void RemoveProjectRights (
[InAttribute] String^ Project
) = IVSSUser::RemoveProjectRights
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
- Project
See Also
Reference
VSSUserClass Class
VSSUserClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace