PrintStringProperty.Implicit(PrintStringProperty to String) Operador

Definición

Proporciona la conversión implícita a un String valor de un puntero a .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

Parámetros

attributeRef
PrintStringProperty

Puntero al PrintStringProperty objeto que se convierte.

Devoluciones

Conversión implícita a un valor string de un puntero a un objeto PrintStringProperty.

Se aplica a