SchemaViewControllerBaseInternal.ReadStateValue Method

Reads a property value from 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 Function ReadStateValue ( _
    propertyName As String _
) As String
'Usage
Dim propertyName As String
Dim returnValue As String

returnValue = Me.ReadStateValue(propertyName)
protected string ReadStateValue(
    string propertyName
)
protected:
String^ ReadStateValue(
    String^ propertyName
)
protected function ReadStateValue(
    propertyName : String
) : String
member ReadStateValue : 
        propertyName:string -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

SchemaViewControllerBaseInternal Class

SchemaViewControllerBaseInternal Members

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