Compartir a través de


ProjectConfig.SetConfigurationProperty (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public MustOverride Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String, _
    raiseEvents As DatabaseProjectEventPropagation _
)
public abstract void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    DatabaseProjectEventPropagation raiseEvents
)
public:
virtual void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    DatabaseProjectEventPropagation raiseEvents
) abstract
abstract SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:DatabaseProjectEventPropagation -> unit 
public abstract function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    raiseEvents : DatabaseProjectEventPropagation
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ProjectConfig Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)