PropertyChangingEventArgs.DatabaseProjectConfiguration Property
Gets or sets the initiator of the event if the property is a project configuration property; otherwise, this property is null.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property DatabaseProjectConfiguration As IDatabaseProjectConfiguration
public IDatabaseProjectConfiguration DatabaseProjectConfiguration { get; private set; }
public:
property IDatabaseProjectConfiguration^ DatabaseProjectConfiguration {
IDatabaseProjectConfiguration^ get ();
private: void set (IDatabaseProjectConfiguration^ value);
}
member DatabaseProjectConfiguration : IDatabaseProjectConfiguration with get, private set
function get DatabaseProjectConfiguration () : IDatabaseProjectConfiguration
private function set DatabaseProjectConfiguration (value : IDatabaseProjectConfiguration)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectConfiguration
.NET Framework Security
- 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.
See Also
Reference
PropertyChangingEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace