FileContext.NotifyFileContextChanged 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.
Return or set the current file context changed
public:
property Microsoft::VisualStudio::Workspace::INotifyFileContextChanged ^ NotifyFileContextChanged { Microsoft::VisualStudio::Workspace::INotifyFileContextChanged ^ get(); void set(Microsoft::VisualStudio::Workspace::INotifyFileContextChanged ^ value); };
public:
property Microsoft::VisualStudio::Workspace::INotifyFileContextChanged ^ NotifyFileContextChanged { Microsoft::VisualStudio::Workspace::INotifyFileContextChanged ^ get(); void set(Microsoft::VisualStudio::Workspace::INotifyFileContextChanged ^ value); };
public Microsoft.VisualStudio.Workspace.INotifyFileContextChanged NotifyFileContextChanged { get; set; }
public Microsoft.VisualStudio.Workspace.INotifyFileContextChanged? NotifyFileContextChanged { get; set; }
member this.NotifyFileContextChanged : Microsoft.VisualStudio.Workspace.INotifyFileContextChanged with get, set
Public Property NotifyFileContextChanged As INotifyFileContextChanged