Share via


VSSDatabaseClass.GetSetting 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 Function GetSetting ( _
    <InAttribute> Setting As String _
) As String Implements IVSSDatabase.GetSetting
'Usage
Dim instance As VSSDatabaseClass
Dim Setting As String
Dim returnValue As String

returnValue = CType(instance, IVSSDatabase).GetSetting(Setting)
public virtual string IVSSDatabase.GetSetting (
    [InAttribute] string Setting
)
public:
virtual String^ GetSetting (
    [InAttribute] String^ Setting
) = IVSSDatabase::GetSetting
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

  • Setting

See Also

Reference

VSSDatabaseClass Class
VSSDatabaseClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace