IVsAppContainerProjectDeployResult.FirstAppUserModelID 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 first entry point in the manifest.
public:
property System::String ^ FirstAppUserModelID { System::String ^ get(); };
public:
property Platform::String ^ FirstAppUserModelID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743810)]
public string FirstAppUserModelID { get; }
public string FirstAppUserModelID { get; }
[<System.Runtime.InteropServices.DispId(1610743810)>]
member this.FirstAppUserModelID : string
member this.FirstAppUserModelID : string
Public ReadOnly Property FirstAppUserModelID As String
Property Value
- Attributes
Remarks
This property is safe to access from any thread.