ActivityDesignerAccessibleObject.Help Propriedade
Definição
Obtém uma descrição do que a atividade associada ao designer de atividade faz ou como ela é usada.Gets a description of what the activity associated with the activity designer does or how it is used.
public:
virtual property System::String ^ Help { System::String ^ get(); };
public override string Help { get; }
member this.Help : string
Public Overrides ReadOnly Property Help As String
Valor da propriedade
Uma cadeia de caracteres que contém a descrição do que a atividade associada ao designer de atividade faz ou como é usada, ou uma referência nula ( Nothing em Visual Basic) se nenhuma ajuda for definida.A string that contains the description of what the activity associated with the activity designer does or how it is used, or a null reference (Nothing in Visual Basic) if no help is defined.