PrintStringProperty.Implicit(PrintStringProperty to String) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供从指向 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 对象的隐式转换。