PrintStringProperty.Implicit(PrintStringProperty to String) Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Ger implicit konvertering till ett String värde från en pekare till en PrintStringProperty.
public:
static operator System::String ^(System::Printing::IndexedProperties::PrintStringProperty ^ attributeRef);
public static implicit operator string(System.Printing.IndexedProperties.PrintStringProperty attributeRef);
static member op_Implicit : System.Printing.IndexedProperties.PrintStringProperty -> string
Public Shared Widening Operator CType (attributeRef As PrintStringProperty) As String
Parametrar
- attributeRef
- PrintStringProperty
En pekare till som PrintStringProperty konverteras.
Returer
En implicit konvertering till ett Strängvärde från en pekare till ett PrintStringProperty-objekt.