ProjectConfig.ConfigName Property

Returns the configuration name for the ProjectConfig object.

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

Syntax

'宣言
Public Property ConfigName As String
'使用
Dim instance As ProjectConfig
Dim value As String

value = instance.ConfigName

instance.ConfigName = value
public string ConfigName { get; set; }
public:
property String^ ConfigName {
    String^ get ();
    void set (String^ value);
}
public function get ConfigName () : String
public function set ConfigName (value : String)

Property Value

Type: System.String

The name of the configuration.

Permissions

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Package Namespace