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
- propertyName
Type: System.String
The property name
Return Value
Type: System.String
.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
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace