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