次の方法で共有


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 オブジェクトへのポインターから文字列値への暗黙の型変換。

適用対象