PrintStringProperty.Implicit(PrintStringProperty to String) 操作员

定义

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

参数

attributeRef
PrintStringProperty

指向已转换的 PrintStringProperty 指针。

返回

从指向 PrintStringProperty 对象的指针隐式转换为 String 值。

适用于