Dela via


SchemaModelViewerControllerBaseInternal.WriteStateValue Method

Writes a value to the persistent storage for Schema View.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBaseInternal Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace