IVSSCheckoutModifiable.LocalSpec Property 

Gets a string representing a fully qualified path of a folder to which the file is checked out.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
ReadOnly Property LocalSpec As String
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As String

value = instance.LocalSpec
string LocalSpec { get; }
property String^ LocalSpec {
    String^ get ();
}
/** @property */
String get_LocalSpec ()
function get LocalSpec () : String

Property Value

A string representing a fully qualified path of a folder to which the file is checked out.

Remarks

[IDL]

HRESULT LocalSpec ([out,retval]BSTR *pLocal);

The LocalSpec property does not include the file name.

See Also

Reference

IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.LocalSpec Property