Compartir a través de


NodeProperties.SetProperty (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 SetProperty ( _
    name As String, _
    value As String _
)
protected void SetProperty(
    string name,
    string value
)
protected:
void SetProperty(
    String^ name, 
    String^ value
)
member SetProperty : 
        name:string * 
        value:string -> unit 
protected function SetProperty(
    name : String, 
    value : String
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

NodeProperties Clase

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