Propriedade PropertyChangingEventArgs.Property
Obtém ou define a propriedade que muda.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public Property Property As String
Get
Private Set
public string Property { get; private set; }
public:
property String^ Property {
String^ get ();
private: void set (String^ value);
}
member Property : string with get, private set
function get Property () : String
private function set Property (value : String)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
PropertyChangingEventArgs Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project