public int get_Parent([NativeTypeName("ISpeechPhraseProperty **")] ISpeechPhraseProperty **ParentProperty)
 {
     return(((delegate * unmanaged <ISpeechPhraseProperty *, ISpeechPhraseProperty **, int>)(lpVtbl[14]))((ISpeechPhraseProperty *)Unsafe.AsPointer(ref this), ParentProperty));
 }
예제 #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));
 }
예제 #3
0
 public HRESULT get_Parent(ISpeechPhraseProperty **ParentProperty)
 {
     return(((delegate * unmanaged <ISpeechPhraseProperty *, ISpeechPhraseProperty **, int>)(lpVtbl[14]))((ISpeechPhraseProperty *)Unsafe.AsPointer(ref this), ParentProperty));
 }