Método SchemaModelViewerControllerBaseInternal.ReadStateValueAsInt
Lê um valor inteiro desde o armazenamento persistente para o modo de exibição do esquema.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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>
Parâmetros
- propertyName
Tipo: System.String
Nome da propriedade.
Valor de retorno
Tipo: System.Nullable<Int32>
O valor como um inteiro.Se ocorreu um erro, null é retornado.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
SchemaModelViewerControllerBaseInternal Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer