ProjectHostItem.BlueprintFilePath Property

Gets the full file path of the blueprint XML 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 BlueprintFilePath As String
'Usage
Dim instance As ProjectHostItem 
Dim value As String 

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

Property Value

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

.NET Framework Security

See Also

Reference

ProjectHostItem Class

ProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace