OAProject.FullName Property

Returns the full path and name of the project file.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property FullName As String
'使用
Dim instance As OAProject
Dim value As String

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

Property Value

Type: System.String

The project file path and name.

Implements

ProjectFullName()

Permissions

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

FullName()