CreateObject.ConstructorArguments 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.
public:
property Microsoft::RuleEngine::ArgumentCollection ^ ConstructorArguments { Microsoft::RuleEngine::ArgumentCollection ^ get(); void set(Microsoft::RuleEngine::ArgumentCollection ^ value); };
public Microsoft.RuleEngine.ArgumentCollection ConstructorArguments { get; set; }
member this.ConstructorArguments : Microsoft.RuleEngine.ArgumentCollection with get, set
Public Property ConstructorArguments As ArgumentCollection