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 物件指標到 String 值的隱含轉換。

適用於