ProjectNode.ProjectType Property

Gets the name of the project type.

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

Syntax

'宣言
Public MustOverride ReadOnly Property ProjectType As String
'使用
Dim instance As ProjectNode
Dim value As String

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

Property Value

Type: System.String

When overridden by derived classes, a caption for the type of project being defined.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace