PrintStringProperty.Implicit(PrintStringProperty to String) Betreiber

Definition

Stellt die implizite Konvertierung von einem Zeiger auf eine String in einen PrintStringProperty-Wert bereit.

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

Parameter

attributeRef
PrintStringProperty

Ein Zeiger auf die PrintStringProperty, die konvertiert wird.

Gibt zurück

Eine implizite Konvertierung in einen Zeichenfolgenwert von einem Zeiger auf ein PrintStringProperty-Objekt.

Gilt für: