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

Return Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

SchemaViewControllerBaseInternal Class

SchemaViewControllerBaseInternal Members

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