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
- propertyName
Type: System.String
Name of the property.
- value
Type: System.Object
Property value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaModelViewerControllerBaseInternal Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace