示例#1
0
 public HRESULT get_PartOfSpeech(SpeechPartOfSpeech *PartOfSpeech)
 {
     return(((delegate * unmanaged <ISpeechLexiconPronunciation *, SpeechPartOfSpeech *, int>)(lpVtbl[9]))((ISpeechLexiconPronunciation *)Unsafe.AsPointer(ref this), PartOfSpeech));
 }
 public int get_PartOfSpeech([NativeTypeName("SpeechPartOfSpeech *")] SpeechPartOfSpeech *PartOfSpeech)
 {
     return(((delegate * unmanaged <ISpeechLexiconPronunciation *, SpeechPartOfSpeech *, int>)(lpVtbl[9]))((ISpeechLexiconPronunciation *)Unsafe.AsPointer(ref this), PartOfSpeech));
 }