SchemaViewControllerBaseInternal.ReadStateValueAsInt Method
Reads a property value as an integer 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 ReadStateValueAsInt ( _
propertyName As String _
) As Nullable(Of Integer)
'Usage
Dim propertyName As String
Dim returnValue As Nullable(Of Integer)
returnValue = Me.ReadStateValueAsInt(propertyName)
protected Nullable<int> ReadStateValueAsInt(
string propertyName
)
protected:
Nullable<int> ReadStateValueAsInt(
String^ propertyName
)
protected function ReadStateValueAsInt(
propertyName : String
) : Nullable<int>
member ReadStateValueAsInt :
propertyName:string -> Nullable<int>
Parameters
- propertyName
Type: System.String
The property name
Return Value
Type: System.Nullable<Int32>
.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