DataflowBlockOptions.NameFormat Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.