FileContext.Context 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 information a language service would need to fully initialize for a member of this context.
public:
property System::Object ^ Context { System::Object ^ get(); };
public:
property Platform::Object ^ Context { Platform::Object ^ get(); };
public object Context { get; }
member this.Context : obj
Public ReadOnly Property Context As Object