Partager via


Caption propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (dans Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Property Caption As String
    Get
    Set
'Utilisation
Dim instance As IDesignerToolWindow
Dim value As String

value = instance.Caption

instance.Caption = value
string Caption { get; set; }
property String^ Caption {
    String^ get ();
    void set (String^ value);
}
abstract Caption : string with get, set
function get Caption () : String
function set Caption (value : String)

Valeur de la propriété

Type : System. . :: . .String