ProjectHostItem.IVstaProjectHostItem.BlueprintFilePath Property

For a description of this member, see IVstaProjectHostItem.BlueprintFilePath.

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
Private ReadOnly Property BlueprintFilePath As String 
    Implements IVstaProjectHostItem.BlueprintFilePath
'Usage
Dim instance As ProjectHostItem 
Dim value As String 

value = CType(instance, IVstaProjectHostItem).BlueprintFilePath
string IVstaProjectHostItem.BlueprintFilePath { get; }
private:
virtual property String^ BlueprintFilePath {
    String^ get () sealed = IVstaProjectHostItem::BlueprintFilePath::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.String

Implements

IVstaProjectHostItem.BlueprintFilePath

Remarks

This member is an explicit interface implementation. It can be used only when the ProjectHostItem instance is cast to an IVstaProjectHostItem interface.

.NET Framework Security

See Also

Reference

ProjectHostItem Class

ProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace