Sdílet prostřednictvím


SchemaModelViewerControllerBaseInternal.ReadStateValueAsInt – metoda

Zobrazení schématu přečte celočíselnou hodnotu z trvalého úložiště.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Protected Function ReadStateValueAsInt ( _
    propertyName As String _
) As Nullable(Of Integer)
protected Nullable<int> ReadStateValueAsInt(
    string propertyName
)
protected:
Nullable<int> ReadStateValueAsInt(
    String^ propertyName
)
member ReadStateValueAsInt : 
        propertyName:string -> Nullable<int> 
protected function ReadStateValueAsInt(
    propertyName : String
) : Nullable<int>

Parametry

Vrácená hodnota

Typ: System.Nullable<Int32>
Hodnota je celé číslo.Došlo k chybě, vrátí se null.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SchemaModelViewerControllerBaseInternal Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer – obor názvů