MicroMsg.sdk.WXTextMessage.Type C# (CSharp) Méthode

Type() public méthode

public Type ( ) : int
Résultat int
        public override int Type()
        {
            return TYPE_TEXT;
        }