ResolveComReference.WrapperOutputDirectory Property

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

Gets or sets the location on disk where the generated interop assembly is placed.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property WrapperOutputDirectory As String
public string WrapperOutputDirectory { get; set; }
public:
property String^ WrapperOutputDirectory {
    String^ get ();
    void set (String^ value);
}
member WrapperOutputDirectory : string with get, set
function get WrapperOutputDirectory () : String 
function set WrapperOutputDirectory (value : String)

Property Value

Type: System.String
The location on disk where the generated interop assembly is placed.

.NET Framework Security

See Also

Reference

ResolveComReference Class

Microsoft.Build.Tasks Namespace