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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.