Partager via


ChangeProposal.ProjectName, propriété

Spécifie le projet d'où provenait la proposition de modification.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Property ProjectName As String
    Get
    Set
public string ProjectName { get; set; }
public:
property String^ ProjectName {
    String^ get ();
    void set (String^ value);
}
member ProjectName : string with get, set
function get ProjectName () : String
function set ProjectName (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ChangeProposal Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms