IVSSCheckoutModifiable.Project Property
Gets a string representing the project path from which the file checkout occurred.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
ReadOnly Property Project As String
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As String
value = instance.Project
string Project { get; }
property String^ Project {
String^ get ();
}
/** @property */
String get_Project ()
function get Project () : String
Property Value
A string representing the project path from which the file checkout occurred.
Remarks
[IDL]
HRESULT Project ([out,retval]BSTR *pProject);
In case of shared files, the file is checked out in all the projects that share it. The Project property returns the actual project where the file checkout occurred.
See Also
Reference
IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.Project Property