IVSSItem.Physical Property
Gets a string representing an internal SourceSafe name of a file or a project.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
ReadOnly Property Physical As String
'Usage
Dim instance As IVSSItem
Dim value As String
value = instance.Physical
string Physical { get; }
property String^ Physical {
String^ get ();
}
/** @property */
String get_Physical ()
function get Physical () : String
Property Value
A string representing an internal SourceSafe name of a file or a project.
Remarks
[IDL]
HRESULT Physical([out, retval] BSTR *pPhysical);
An internal name consists of eight characters, as in, BBAAAAAA, and maps directly to a physical file or a project in a SourceSafe database.
See Also
Reference
IVSSItem Interface
IVSSItem Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace