PrintStringProperty.Implicit(PrintStringProperty to String) 运算符

定义

提供从指向 String 的指针到 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

参数

attributeRef
PrintStringProperty

已转换的指向 PrintStringProperty 的指针。

返回

从字符串值到 PrintStringProperty 对象的隐式转换。

适用于