BuildManager.GetVirtualPathDependencies(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a collection of virtual-path dependencies for a specified virtual path.
public:
static System::Collections::ICollection ^ GetVirtualPathDependencies(System::String ^ virtualPath);
public static System.Collections.ICollection GetVirtualPathDependencies (string virtualPath);
static member GetVirtualPathDependencies : string -> System.Collections.ICollection
Public Shared Function GetVirtualPathDependencies (virtualPath As String) As ICollection
Parameters
- virtualPath
- String
The virtual path used to determine the dependencies.
Returns
An ICollection collection of files represented by virtual paths that are caching dependencies for the virtual path.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.