PrintStringProperty.Implicit(PrintStringProperty to String) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit une conversion implicite en valeur d’un String pointeur vers un 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
Paramètres
- attributeRef
- PrintStringProperty
Pointeur vers le PrintStringProperty pointeur converti.
Retours
Conversion implicite en valeur String d’un pointeur vers un objet PrintStringProperty.