Share via


ISharePointProjectOutputReference.OutputFullPath Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the full path to the output of the project.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
ReadOnly Property OutputFullPath As String
string OutputFullPath { get; }

Property Value

Type: System.String
A string representing the path to the project output file.

Remarks

Typically, the output of a project is a compiled assembly file such as a DLL, but the project output depends on the project type. For example, with Silverlight application projects, the value of the property is the Silverlight DLL, but the .XAP file is the actual file that is packaged. So, in this case, this property returns the path of the .XAP file, not the DLL.

.NET Framework Security

See Also

Reference

ISharePointProjectOutputReference Interface

Microsoft.VisualStudio.SharePoint Namespace