Property | Type | Description | |
---|---|---|---|
RootProjectFile | string |
Method | Description | |
---|---|---|
GetItem ( string logicalPath ) : VssItem | ||
GetItemPhysical ( string physicalName ) : VssItem | ||
ItemExists ( string physicalName ) : bool |
Method | Description | |
---|---|---|
BuildPath ( VssProject parent, string logicalName ) : string | ||
GetDataPath ( string physicalName ) : string | ||
GetFullName ( |
||
GetItemName ( |
||
OpenFile ( string physicalName, string logicalName ) : VssFile | ||
OpenProject ( VssProject parent, string physicalName, string logicalName ) : VssProject | ||
VssDatabase ( string path, Encoding encoding ) : System |
public GetItem ( string logicalPath ) : VssItem | ||
logicalPath | string | |
return | VssItem |
public GetItemPhysical ( string physicalName ) : VssItem | ||
physicalName | string | |
return | VssItem |
public ItemExists ( string physicalName ) : bool | ||
physicalName | string | |
return | bool |