ProgIdAttribute(String) Construtor

Definição

Inicializa uma nova instância do ProgIdAttribute com a ProgID especificada.Initializes a new instance of the ProgIdAttribute with the specified ProgID.

public:
 ProgIdAttribute(System::String ^ progId);
public ProgIdAttribute (string progId);
new System.Runtime.InteropServices.ProgIdAttribute : string -> System.Runtime.InteropServices.ProgIdAttribute
Public Sub New (progId As String)

Parâmetros

progId
String

A ProgID a ser atribuída à classe.The ProgID to be assigned to the class.

Aplica-se a