2 implementations of GetHelpFile
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
68
public string
GetHelpFile
() => _exception.HelpLink;
249
public string
GetHelpFile
()
1 reference to GetHelpFile
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
169
_helpFile = ComWrappersSupport.FindObject<global::WinRT.Interop.IErrorInfo>(thisPtr).
GetHelpFile
();