IAsyncCompletionSessionOperations.InitialTriggerLocation 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.
Returns the location of the initial trigger
public:
property Microsoft::VisualStudio::Text::SnapshotPoint InitialTriggerLocation { Microsoft::VisualStudio::Text::SnapshotPoint get(); };
public Microsoft.VisualStudio.Text.SnapshotPoint InitialTriggerLocation { get; }
member this.InitialTriggerLocation : Microsoft.VisualStudio.Text.SnapshotPoint
Public ReadOnly Property InitialTriggerLocation As SnapshotPoint