コード例 #1
0
 public int get_Children([NativeTypeName("ISpeechPhraseProperties **")] ISpeechPhraseProperties **Children)
 {
     return(((delegate * unmanaged <ISpeechPhraseProperty *, ISpeechPhraseProperties **, int>)(lpVtbl[15]))((ISpeechPhraseProperty *)Unsafe.AsPointer(ref this), Children));
 }
コード例 #2
0
 public int get_Properties(ISpeechPhraseProperties **Properties)
 {
     return(((delegate * unmanaged <ISpeechPhraseInfo *, ISpeechPhraseProperties **, int>)(lpVtbl[15]))((ISpeechPhraseInfo *)Unsafe.AsPointer(ref this), Properties));
 }
コード例 #3
0
 public HRESULT get_Children(ISpeechPhraseProperties **Children)
 {
     return(((delegate * unmanaged <ISpeechPhraseProperty *, ISpeechPhraseProperties **, int>)(lpVtbl[15]))((ISpeechPhraseProperty *)Unsafe.AsPointer(ref this), Children));
 }