PropertyInformation.Source Propriedade

Definição

Obtém o ficheiro fonte que corresponde a um atributo de configuração.

public:
 property System::String ^ Source { System::String ^ get(); };
public string Source { get; }
member this.Source : string
Public ReadOnly Property Source As String

Valor de Propriedade

O ficheiro fonte do PropertyInformation objeto.

Exemplos

O exemplo de código seguinte demonstra como usar a Source propriedade. Este exemplo de código faz parte de um exemplo maior fornecido para a PropertyInformation classe.

// Display the Source property.
Console.WriteLine("Source: {0}", propertyItem.Source);
' Display the Source property.
Console.WriteLine("Source: {0}", propertyItem.Source)

Aplica-se a