public int get_Parent([NativeTypeName("ISpeechPhraseProperty **")] ISpeechPhraseProperty **ParentProperty)
 {
     return(((delegate * unmanaged <ISpeechPhraseProperty *, ISpeechPhraseProperty **, int>)(lpVtbl[14]))((ISpeechPhraseProperty *)Unsafe.AsPointer(ref this), ParentProperty));
 }
Exemplo n.º 2
0
 public int Item([NativeTypeName("long")] int Index, ISpeechPhraseProperty **Property)
 {
     return(((delegate * unmanaged <ISpeechPhraseProperties *, int, ISpeechPhraseProperty **, int>)(lpVtbl[8]))((ISpeechPhraseProperties *)Unsafe.AsPointer(ref this), Index, Property));
 }
Exemplo n.º 3
0
 public HRESULT get_Parent(ISpeechPhraseProperty **ParentProperty)
 {
     return(((delegate * unmanaged <ISpeechPhraseProperty *, ISpeechPhraseProperty **, int>)(lpVtbl[14]))((ISpeechPhraseProperty *)Unsafe.AsPointer(ref this), ParentProperty));
 }