PrintStringProperty.Implicit(PrintStringProperty to String) Operator

Definition

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.

Gäller för