Freigeben über


ProjectConfig.InternalSetConfigurationProperty-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ProjectConfig Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal-Namespace