コード例 #1
0
 public HRESULT AppendKnownCategory(KNOWNDESTCATEGORY category)
 {
     return(((delegate * unmanaged <ICustomDestinationList *, KNOWNDESTCATEGORY, int>)(lpVtbl[6]))((ICustomDestinationList *)Unsafe.AsPointer(ref this), category));
 }
コード例 #2
0
 /// <summary>Specifies that the Frequent or Recent category should be included in a custom Jump List.</summary>
 /// <param name="category">One of the KNOWNDESTCATEGORY values that indicate which known category to add to the list.</param>
 void AppendKnownCategory(KNOWNDESTCATEGORY category);