FileContext.ContextType 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 an identifier for the type of object and data represented in Context. This may be used to match with a compatible language service provider.
public:
property Guid ContextType { Guid get(); };
public Guid ContextType { get; }
member this.ContextType : Guid
Public ReadOnly Property ContextType As Guid