CompatibleFrameworkCollection.Add(CompatibleFramework) 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.
Adds a framework to the CompatibleFramework class.
public:
void Add(Microsoft::Build::Tasks::Deployment::ManifestUtilities::CompatibleFramework ^ compatibleFramework);
public void Add (Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework compatibleFramework);
member this.Add : Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework -> unit
Public Sub Add (compatibleFramework As CompatibleFramework)
Parameters
- compatibleFramework
- CompatibleFramework
The framework to add.