PrintStringProperty.Implicit(PrintStringProperty to String) Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Poskytuje implicitní převod na String hodnotu z ukazatele na 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
Parametry
- attributeRef
- PrintStringProperty
Ukazatel na PrintStringProperty převedený.
Návraty
Implicitní převod na hodnotu String z ukazatele na PrintStringProperty objekt.