CodeLensDetailEntryCommand.CommandSet Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O grupo de comandos Guid .
public:
property Nullable<Guid> CommandSet { Nullable<Guid> get(); void set(Nullable<Guid> value); };
public Guid? CommandSet { get; set; }
member this.CommandSet : Nullable<Guid> with get, set
Public Property CommandSet As Nullable(Of Guid)