ServiceBuildProvider::VirtualPathDependencies Property

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents a collection of virtual paths that must be built before the build provider generates code.

Namespace:   System.ServiceModel.Activation
Assembly:  System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)

public:
property ICollection^ VirtualPathDependencies {
	virtual ICollection^ get() override;
}

Property Value

Type: System.Collections::ICollection^

The virtual paths that this instance of the build provider is dependent on.

.NET Framework
Available since 4.0
Return to top
Show: