PrintStringProperty.Implicit(PrintStringProperty to String) Operator

Definition

Provides implicit conversion to a String value from a pointer to 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

Parameters

attributeRef
PrintStringProperty

A pointer to the PrintStringProperty that is converted.

Returns

An implicit conversion to a String value from a pointer to a PrintStringProperty object.

Applies to