ProjectHostItem.CodeFilePath Property

Gets the full file path of the code file for the host item.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property CodeFilePath As String
'Usage
Dim instance As ProjectHostItem 
Dim value As String 

value = instance.CodeFilePath
public string CodeFilePath { get; }
public:
property String^ CodeFilePath {
    String^ get ();
}
public function get CodeFilePath () : String

Property Value

Type: System.String
The full file path of the code file for the host item.

.NET Framework Security

See Also

Reference

ProjectHostItem Class

ProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace