CoreDesignSurfaceSerializationBehaviorSerializationMessages.InvalidPropertyValue (Método)

Agregue un error por valor de propiedad no válido con el tipo especificado.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxis

'Declaración
Public Shared Sub InvalidPropertyValue ( _
    serializationContext As SerializationContext, _
    reader As XmlReader, _
    propertyName As String, _
    propertyType As Type, _
    value As String _
)
public static void InvalidPropertyValue(
    SerializationContext serializationContext,
    XmlReader reader,
    string propertyName,
    Type propertyType,
    string value
)

Parámetros

  • value
    Tipo: System.String
    valor no válido que produce este error.

Seguridad de .NET Framework

Vea también

Referencia

CoreDesignSurfaceSerializationBehaviorSerializationMessages Clase

Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)