Compartir a través de


SchemaModelViewerControllerBaseInternal.WriteStateValue (Método)

Escribe un valor en el almacenamiento persistente para la Vista de esquema.

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

Sintaxis

'Declaración
Protected Sub WriteStateValue ( _
    propertyName As String, _
    value As Object _
)
protected void WriteStateValue(
    string propertyName,
    Object value
)
protected:
void WriteStateValue(
    String^ propertyName, 
    Object^ value
)
member WriteStateValue : 
        propertyName:string * 
        value:Object -> unit 
protected function WriteStateValue(
    propertyName : String, 
    value : Object
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

SchemaModelViewerControllerBaseInternal Clase

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