ProjectLoadResult.LoadStatus 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 or sets property tracking the actual project load result.
public:
property Microsoft::VisualStudio::RpcContracts::Solution::ProjectLoadResult::LoadResults LoadStatus { Microsoft::VisualStudio::RpcContracts::Solution::ProjectLoadResult::LoadResults get(); void set(Microsoft::VisualStudio::RpcContracts::Solution::ProjectLoadResult::LoadResults value); };
[System.Runtime.Serialization.DataMember(Order=0)]
public Microsoft.VisualStudio.RpcContracts.Solution.ProjectLoadResult.LoadResults LoadStatus { get; set; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.LoadStatus : Microsoft.VisualStudio.RpcContracts.Solution.ProjectLoadResult.LoadResults with get, set
Public Property LoadStatus As ProjectLoadResult.LoadResults
Property Value
- Attributes