IVstaProjectHostItem.BlueprintFilePath Property

Gets the full file path of the blueprint XML file for the host item.

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

Syntax

'Declaration
ReadOnly Property BlueprintFilePath As String
'Usage
Dim instance As IVstaProjectHostItem 
Dim value As String 

value = instance.BlueprintFilePath
string BlueprintFilePath { get; }
property String^ BlueprintFilePath {
    String^ get ();
}
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

IVstaProjectHostItem Interface

IVstaProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace