RegistrationServices.GetProgIdForType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the COM ProgID for the specified type.
public:
virtual System::String ^ GetProgIdForType(Type ^ type);
public virtual string GetProgIdForType (Type type);
[System.Security.SecurityCritical]
public virtual string GetProgIdForType (Type type);
abstract member GetProgIdForType : Type -> string
override this.GetProgIdForType : Type -> string
[<System.Security.SecurityCritical>]
abstract member GetProgIdForType : Type -> string
override this.GetProgIdForType : Type -> string
Public Overridable Function GetProgIdForType (type As Type) As String
Parameters
- type
- Type
The type corresponding to the ProgID that is being requested.
Returns
The ProgID for the specified type.
Implements
- Attributes
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.