AddIn.ProgID Property
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(); };
C++/CX
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
A string representing the ProgID.
- Attributes
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |