AddIn.ProgID Property
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.
Gets the ProgID based on the add-in's registry entry.
public:
property System::String ^ ProgID { System::String ^ get(); };
public:
property Platform::String ^ ProgID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public string ProgID { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.ProgID : string
Public ReadOnly Property ProgID As String
Property Value
A string representing the ProgID.
- Attributes