Partager via


DataflowBlockOptions.NameFormat Propriété

Définition

Obtient ou définit la chaîne de format à utiliser lorsqu'un bloc est interrogé pour son nom.

public:
 property System::String ^ NameFormat { System::String ^ get(); void set(System::String ^ value); };
public string NameFormat { get; set; }
member this.NameFormat : string with get, set
Public Property NameFormat As String

Valeur de propriété

Chaîne de format à utiliser lorsqu'un bloc est interrogé pour obtenir son nom.

Remarques

Le format de nom peut contenir jusqu’à deux éléments de format. {0} sera remplacé par le nom du bloc. {1} est remplacé par l’ID du bloc, tel qu’il est retourné par la propriété Completion.Id du bloc.

S’applique à