2 implementations of GetHelpFileContent
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
70
public string
GetHelpFileContent
() => string.Empty;
263
public string
GetHelpFileContent
()
1 reference to GetHelpFileContent
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
187
_helpFileContent = ComWrappersSupport.FindObject<global::WinRT.Interop.IErrorInfo>(thisPtr).
GetHelpFileContent
();