IVsAppContainerProjectDeployResult.LayoutFolder 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 layout folder where the app container application was installed.
public:
property System::String ^ LayoutFolder { System::String ^ get(); };
public:
property Platform::String ^ LayoutFolder { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743811)]
public string LayoutFolder { get; }
public string LayoutFolder { get; }
[<System.Runtime.InteropServices.DispId(1610743811)>]
member this.LayoutFolder : string
member this.LayoutFolder : string
Public ReadOnly Property LayoutFolder As String
Property Value
- Attributes
Remarks
This property is safe to access from any thread.