Compartir a través de


ProjectConfig.InternalSetConfigurationProperty (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
Protected Sub InternalSetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String _
)
protected void InternalSetConfigurationProperty(
    string propertyName,
    string propertyValue
)
protected:
void InternalSetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue
)
member InternalSetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string -> unit 
protected function InternalSetConfigurationProperty(
    propertyName : String, 
    propertyValue : String
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ProjectConfig Clase

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