Share via


SchemaViewControllerBaseInternal.WriteStateValue Method

Writes a property value to the schema view persistent storage.

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

Syntax

'Declaration
Protected Sub WriteStateValue ( _
    propertyName As String, _
    value As Object _
)
'Usage
Dim propertyName As String
Dim value As Object

Me.WriteStateValue(propertyName, _
    value)
protected void WriteStateValue(
    string propertyName,
    Object value
)
protected:
void WriteStateValue(
    String^ propertyName, 
    Object^ value
)
protected function WriteStateValue(
    propertyName : String, 
    value : Object
)
member WriteStateValue : 
        propertyName:string * 
        value:Object -> unit 

Parameters

.NET Framework Security

See Also

Reference

SchemaViewControllerBaseInternal Class

SchemaViewControllerBaseInternal Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace