PrintStringProperty.Implicit(PrintStringProperty to String) Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Fornece conversão implícita para um String valor de um ponteiro para um 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
Parâmetros
- attributeRef
- PrintStringProperty
Um indicador para o PrintStringProperty que é convertido.
Devoluções
Uma conversão implícita para um valor String de um ponteiro para um objeto PrintStringProperty.